Class: SyntaxTree::CSS::Selectors::ComplexSelector
- Inherits:
-
Struct
- Object
- Struct
- SyntaxTree::CSS::Selectors::ComplexSelector
- Defined in:
- lib/syntax_tree/css/selectors.rb
Instance Attribute Summary collapse
-
#combinator ⇒ Object
Returns the value of attribute combinator.
-
#left ⇒ Object
Returns the value of attribute left.
-
#right ⇒ Object
Returns the value of attribute right.
Instance Attribute Details
#combinator ⇒ Object
Returns the value of attribute combinator
75 76 77 |
# File 'lib/syntax_tree/css/selectors.rb', line 75 def combinator @combinator end |
#left ⇒ Object
Returns the value of attribute left
75 76 77 |
# File 'lib/syntax_tree/css/selectors.rb', line 75 def left @left end |
#right ⇒ Object
Returns the value of attribute right
75 76 77 |
# File 'lib/syntax_tree/css/selectors.rb', line 75 def right @right end |