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