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



76
77
78
# File 'lib/vangrail/colang/ast.rb', line 76

def left
  @left
end

#operatorObject

Returns the value of attribute operator

Returns:

  • (Object)

    the current value of operator



76
77
78
# File 'lib/vangrail/colang/ast.rb', line 76

def operator
  @operator
end

#rightObject

Returns the value of attribute right

Returns:

  • (Object)

    the current value of right



76
77
78
# File 'lib/vangrail/colang/ast.rb', line 76

def right
  @right
end