Class: Dommy::Internal::SelectorAST::NthExpression
- Inherits:
-
Struct
- Object
- Struct
- Dommy::Internal::SelectorAST::NthExpression
- Defined in:
- lib/dommy/internal/selector_ast.rb
Instance Attribute Summary collapse
-
#a ⇒ Object
Returns the value of attribute a.
-
#b ⇒ Object
Returns the value of attribute b.
-
#of_selector_list ⇒ Object
Returns the value of attribute of_selector_list.
Instance Attribute Details
#a ⇒ Object
Returns the value of attribute a
121 122 123 |
# File 'lib/dommy/internal/selector_ast.rb', line 121 def a @a end |
#b ⇒ Object
Returns the value of attribute b
121 122 123 |
# File 'lib/dommy/internal/selector_ast.rb', line 121 def b @b end |
#of_selector_list ⇒ Object
Returns the value of attribute of_selector_list
121 122 123 |
# File 'lib/dommy/internal/selector_ast.rb', line 121 def of_selector_list @of_selector_list end |