Class: Hecks::Bluebook::Expression::Resolver::Addition
- Inherits:
-
Struct
- Object
- Struct
- Hecks::Bluebook::Expression::Resolver::Addition
- Defined in:
- lib/hecks/bluebook/expression/resolver.rb
Instance Attribute Summary collapse
-
#left ⇒ Object
Returns the value of attribute left.
-
#right ⇒ Object
Returns the value of attribute right.
Instance Attribute Details
#left ⇒ Object
Returns the value of attribute left
53 54 55 |
# File 'lib/hecks/bluebook/expression/resolver.rb', line 53 def left @left end |
#right ⇒ Object
Returns the value of attribute right
53 54 55 |
# File 'lib/hecks/bluebook/expression/resolver.rb', line 53 def right @right end |