Class: SyntaxTree::CSS::Selectors::RelativeSelector
- Inherits:
-
Struct
- Object
- Struct
- SyntaxTree::CSS::Selectors::RelativeSelector
- Defined in:
- lib/syntax_tree/css/selectors.rb
Instance Attribute Summary collapse
-
#combinator ⇒ Object
Returns the value of attribute combinator.
-
#complex_selector ⇒ Object
Returns the value of attribute complex_selector.
Instance Attribute Details
#combinator ⇒ Object
Returns the value of attribute combinator
176 177 178 |
# File 'lib/syntax_tree/css/selectors.rb', line 176 def combinator @combinator end |
#complex_selector ⇒ Object
Returns the value of attribute complex_selector
176 177 178 |
# File 'lib/syntax_tree/css/selectors.rb', line 176 def complex_selector @complex_selector end |