Class: Dommy::Internal::SelectorAST::NthExpression

Inherits:
Struct
  • Object
show all
Defined in:
lib/dommy/internal/selector_ast.rb

Instance Attribute Summary collapse

Instance Attribute Details

#aObject

Returns the value of attribute a

Returns:

  • (Object)

    the current value of a



121
122
123
# File 'lib/dommy/internal/selector_ast.rb', line 121

def a
  @a
end

#bObject

Returns the value of attribute b

Returns:

  • (Object)

    the current value of b



121
122
123
# File 'lib/dommy/internal/selector_ast.rb', line 121

def b
  @b
end

#of_selector_listObject

Returns the value of attribute of_selector_list

Returns:

  • (Object)

    the current value of of_selector_list



121
122
123
# File 'lib/dommy/internal/selector_ast.rb', line 121

def of_selector_list
  @of_selector_list
end