Class: SyntaxTree::CSS::Selectors::AttributeSelector
- Inherits:
-
Struct
- Object
- Struct
- SyntaxTree::CSS::Selectors::AttributeSelector
- Defined in:
- lib/syntax_tree/css/selectors.rb
Instance Attribute Summary collapse
-
#matcher ⇒ Object
Returns the value of attribute matcher.
-
#wq_name ⇒ Object
Returns the value of attribute wq_name.
Instance Attribute Details
#matcher ⇒ Object
Returns the value of attribute matcher
45 46 47 |
# File 'lib/syntax_tree/css/selectors.rb', line 45 def matcher @matcher end |
#wq_name ⇒ Object
Returns the value of attribute wq_name
45 46 47 |
# File 'lib/syntax_tree/css/selectors.rb', line 45 def wq_name @wq_name end |