Class: Hecks::Bluebook::Expression::Evaluator::Operator
- Inherits:
-
Struct
- Object
- Struct
- Hecks::Bluebook::Expression::Evaluator::Operator
- Defined in:
- lib/hecks/bluebook/expression/evaluator.rb
Instance Attribute Summary collapse
-
#compares_equal ⇒ Object
Returns the value of attribute compares_equal.
-
#compares_less_than ⇒ Object
Returns the value of attribute compares_less_than.
-
#negated ⇒ Object
Returns the value of attribute negated.
-
#symbol ⇒ Object
Returns the value of attribute symbol.
Instance Attribute Details
#compares_equal ⇒ Object
Returns the value of attribute compares_equal
8 9 10 |
# File 'lib/hecks/bluebook/expression/evaluator.rb', line 8 def compares_equal @compares_equal end |
#compares_less_than ⇒ Object
Returns the value of attribute compares_less_than
8 9 10 |
# File 'lib/hecks/bluebook/expression/evaluator.rb', line 8 def compares_less_than @compares_less_than end |
#negated ⇒ Object
Returns the value of attribute negated
8 9 10 |
# File 'lib/hecks/bluebook/expression/evaluator.rb', line 8 def negated @negated end |
#symbol ⇒ Object
Returns the value of attribute symbol
8 9 10 |
# File 'lib/hecks/bluebook/expression/evaluator.rb', line 8 def symbol @symbol end |