Class: Hecks::Bluebook::Expression::Evaluator::Compare
- Inherits:
-
Struct
- Object
- Struct
- Hecks::Bluebook::Expression::Evaluator::Compare
- Defined in:
- lib/hecks/bluebook/expression/evaluator.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
43 44 45 |
# File 'lib/hecks/bluebook/expression/evaluator.rb', line 43 def left @left end |
#operator ⇒ Object
Returns the value of attribute operator
43 44 45 |
# File 'lib/hecks/bluebook/expression/evaluator.rb', line 43 def operator @operator end |
#right ⇒ Object
Returns the value of attribute right
43 44 45 |
# File 'lib/hecks/bluebook/expression/evaluator.rb', line 43 def right @right end |