Class: Vangrail::Colang::Compare

Inherits:
Struct
  • Object
show all
Defined in:
lib/vangrail/colang/ast.rb

Instance Attribute Summary collapse

Instance Attribute Details

#leftObject

Returns the value of attribute left

Returns:

  • (Object)

    the current value of left



50
51
52
# File 'lib/vangrail/colang/ast.rb', line 50

def left
  @left
end

#operatorObject

Returns the value of attribute operator

Returns:

  • (Object)

    the current value of operator



50
51
52
# File 'lib/vangrail/colang/ast.rb', line 50

def operator
  @operator
end

#rightObject

Returns the value of attribute right

Returns:

  • (Object)

    the current value of right



50
51
52
# File 'lib/vangrail/colang/ast.rb', line 50

def right
  @right
end