Class: Odin::Validation::InvariantEvaluator::Additive
- Inherits:
-
Struct
- Object
- Struct
- Odin::Validation::InvariantEvaluator::Additive
- Defined in:
- lib/odin/validation/invariant_evaluator.rb
Instance Attribute Summary collapse
-
#left ⇒ Object
Returns the value of attribute left.
-
#op ⇒ Object
Returns the value of attribute op.
-
#right ⇒ Object
Returns the value of attribute right.
Instance Attribute Details
#left ⇒ Object
Returns the value of attribute left
39 40 41 |
# File 'lib/odin/validation/invariant_evaluator.rb', line 39 def left @left end |
#op ⇒ Object
Returns the value of attribute op
39 40 41 |
# File 'lib/odin/validation/invariant_evaluator.rb', line 39 def op @op end |
#right ⇒ Object
Returns the value of attribute right
39 40 41 |
# File 'lib/odin/validation/invariant_evaluator.rb', line 39 def right @right end |