Class: ReturnValue
- Inherits:
-
Object
- Object
- ReturnValue
- Defined in:
- lib/nodes.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(value) ⇒ ReturnValue
constructor
A new instance of ReturnValue.
Constructor Details
#initialize(value) ⇒ ReturnValue
Returns a new instance of ReturnValue.
178 179 180 |
# File 'lib/nodes.rb', line 178 def initialize(value) @value = value end |
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value.
177 178 179 |
# File 'lib/nodes.rb', line 177 def value @value end |