Class: Dommy::Internal::SelectorAST::RelativeSelector

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

Instance Attribute Summary collapse

Instance Attribute Details

#complexObject

Returns the value of attribute complex

Returns:

  • (Object)

    the current value of complex



55
56
57
# File 'lib/dommy/internal/selector_ast.rb', line 55

def complex
  @complex
end

#leading_combinatorObject

Returns the value of attribute leading_combinator

Returns:

  • (Object)

    the current value of leading_combinator



55
56
57
# File 'lib/dommy/internal/selector_ast.rb', line 55

def leading_combinator
  @leading_combinator
end