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