Class: ViewModel::Callbacks::DeserializeHookControl
- Inherits:
-
Struct
- Object
- Struct
- ViewModel::Callbacks::DeserializeHookControl
- Defined in:
- lib/view_model/callbacks.rb
Overview
Record changes made in the deserialization block so that they can be provided to the AfterDeserialize hook.
Instance Attribute Summary collapse
-
#changes ⇒ Object
Returns the value of attribute changes.
Instance Attribute Details
#changes ⇒ Object
Returns the value of attribute changes
196 197 198 |
# File 'lib/view_model/callbacks.rb', line 196 def changes @changes end |