Class: ShuntingYard::Operand

Inherits:
Struct
  • Object
show all
Defined in:
lib/shunting_yard/structs.rb

Instance Attribute Summary collapse

Instance Attribute Details

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



7
8
9
# File 'lib/shunting_yard/structs.rb', line 7

def value
  @value
end