Class: SyntaxTree::CSS::Selectors::ComplexSelector

Inherits:
Struct
  • Object
show all
Defined in:
lib/syntax_tree/css/selectors.rb

Instance Attribute Summary collapse

Instance Attribute Details

#combinatorObject

Returns the value of attribute combinator

Returns:

  • (Object)

    the current value of combinator



75
76
77
# File 'lib/syntax_tree/css/selectors.rb', line 75

def combinator
  @combinator
end

#leftObject

Returns the value of attribute left

Returns:

  • (Object)

    the current value of left



75
76
77
# File 'lib/syntax_tree/css/selectors.rb', line 75

def left
  @left
end

#rightObject

Returns the value of attribute right

Returns:

  • (Object)

    the current value of right



75
76
77
# File 'lib/syntax_tree/css/selectors.rb', line 75

def right
  @right
end