Class: SyntaxTree::CSS::Selectors::AttributeSelector

Inherits:
Struct
  • Object
show all
Defined in:
lib/syntax_tree/css/selectors.rb

Instance Attribute Summary collapse

Instance Attribute Details

#matcherObject

Returns the value of attribute matcher

Returns:

  • (Object)

    the current value of matcher



45
46
47
# File 'lib/syntax_tree/css/selectors.rb', line 45

def matcher
  @matcher
end

#wq_nameObject

Returns the value of attribute wq_name

Returns:

  • (Object)

    the current value of wq_name



45
46
47
# File 'lib/syntax_tree/css/selectors.rb', line 45

def wq_name
  @wq_name
end