Class: Odin::Validation::InvariantEvaluator::Logic
- Inherits:
-
Struct
- Object
- Struct
- Odin::Validation::InvariantEvaluator::Logic
- 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
36 37 38 |
# File 'lib/odin/validation/invariant_evaluator.rb', line 36 def left @left end |
#op ⇒ Object
Returns the value of attribute op
36 37 38 |
# File 'lib/odin/validation/invariant_evaluator.rb', line 36 def op @op end |
#right ⇒ Object
Returns the value of attribute right
36 37 38 |
# File 'lib/odin/validation/invariant_evaluator.rb', line 36 def right @right end |