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