Class: Vangrail::Colang::Compare
- Inherits:
-
Struct
- Object
- Struct
- Vangrail::Colang::Compare
- Defined in:
- lib/vangrail/colang/ast.rb
Instance Attribute Summary collapse
-
#left ⇒ Object
Returns the value of attribute left.
-
#operator ⇒ Object
Returns the value of attribute operator.
-
#right ⇒ Object
Returns the value of attribute right.
Instance Attribute Details
#left ⇒ Object
Returns the value of attribute left
50 51 52 |
# File 'lib/vangrail/colang/ast.rb', line 50 def left @left end |
#operator ⇒ Object
Returns the value of attribute operator
50 51 52 |
# File 'lib/vangrail/colang/ast.rb', line 50 def operator @operator end |
#right ⇒ Object
Returns the value of attribute right
50 51 52 |
# File 'lib/vangrail/colang/ast.rb', line 50 def right @right end |