Class: Dommy::Internal::SelectorAST::RelativeSelector
- Inherits:
-
Struct
- Object
- Struct
- Dommy::Internal::SelectorAST::RelativeSelector
- Defined in:
- lib/dommy/internal/selector_ast.rb
Instance Attribute Summary collapse
-
#complex ⇒ Object
Returns the value of attribute complex.
-
#leading_combinator ⇒ Object
Returns the value of attribute leading_combinator.
Instance Attribute Details
#complex ⇒ Object
Returns the value of attribute complex
55 56 57 |
# File 'lib/dommy/internal/selector_ast.rb', line 55 def complex @complex end |
#leading_combinator ⇒ Object
Returns the value of attribute leading_combinator
55 56 57 |
# File 'lib/dommy/internal/selector_ast.rb', line 55 def leading_combinator @leading_combinator end |