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