Class: Heist::Runtime::Value
- Inherits:
-
Object
- Object
- Heist::Runtime::Value
- Defined in:
- lib/heist/runtime/data/value.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(value) ⇒ Value
constructor
A new instance of Value.
Constructor Details
#initialize(value) ⇒ Value
Returns a new instance of Value.
7 8 9 |
# File 'lib/heist/runtime/data/value.rb', line 7 def initialize(value) @value = value end |
Instance Attribute Details
#value ⇒ Object (readonly)
Returns the value of attribute value.
5 6 7 |
# File 'lib/heist/runtime/data/value.rb', line 5 def value @value end |