Class: ActiveSet::Instructions::Entry::Value

Inherits:
Object
  • Object
show all
Defined in:
lib/active_set/instructions/entry/value.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#rawObject (readonly)

Returns the value of attribute raw.



7
8
9
# File 'lib/active_set/instructions/entry/value.rb', line 7

def raw
  @raw
end