Class: ActiveSet::Instructions::Entry
- Inherits:
-
Object
- Object
- ActiveSet::Instructions::Entry
- Defined in:
- lib/active_set/instructions/entry.rb,
lib/active_set/instructions/entry/value.rb,
lib/active_set/instructions/entry/keypath.rb
Defined Under Namespace
Instance Attribute Summary collapse
-
#keypath ⇒ Object
readonly
Returns the value of attribute keypath.
Instance Method Summary collapse
-
#initialize(keypath, value) ⇒ Entry
constructor
A new instance of Entry.
- #value ⇒ Object
Constructor Details
Instance Attribute Details
#keypath ⇒ Object (readonly)
Returns the value of attribute keypath.
11 12 13 |
# File 'lib/active_set/instructions/entry.rb', line 11 def keypath @keypath end |
Instance Method Details
#value ⇒ Object
22 23 24 |
# File 'lib/active_set/instructions/entry.rb', line 22 def value @value.raw end |