Class: Dommy::Internal::SelectorAST::Part

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

Instance Attribute Summary collapse

Instance Attribute Details

#combinatorObject

Returns the value of attribute combinator

Returns:

  • (Object)

    the current value of combinator



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

def combinator
  @combinator
end

#compoundObject

Returns the value of attribute compound

Returns:

  • (Object)

    the current value of compound



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

def compound
  @compound
end