Class: ActiveSet::Instructions::Entry::Value
- Inherits:
-
Object
- Object
- ActiveSet::Instructions::Entry::Value
- Defined in:
- lib/active_set/instructions/entry/value.rb
Instance Attribute Summary collapse
-
#raw ⇒ Object
readonly
Returns the value of attribute raw.
Instance Method Summary collapse
-
#initialize(value) ⇒ Value
constructor
A new instance of Value.
Constructor Details
#initialize(value) ⇒ Value
Returns a new instance of Value.
9 10 11 |
# File 'lib/active_set/instructions/entry/value.rb', line 9 def initialize(value) @raw = value end |
Instance Attribute Details
#raw ⇒ Object (readonly)
Returns the value of attribute raw.
7 8 9 |
# File 'lib/active_set/instructions/entry/value.rb', line 7 def raw @raw end |