Class: ShuntingYard::Function
- Inherits:
-
Struct
- Object
- Struct
- ShuntingYard::Function
- Defined in:
- lib/shunting_yard/structs.rb
Instance Attribute Summary collapse
-
#evaluator ⇒ Object
Returns the value of attribute evaluator.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#evaluator ⇒ Object
Returns the value of attribute evaluator
6 7 8 |
# File 'lib/shunting_yard/structs.rb', line 6 def evaluator @evaluator end |
#value ⇒ Object
Returns the value of attribute value
6 7 8 |
# File 'lib/shunting_yard/structs.rb', line 6 def value @value end |