Class: ViewModel::ActiveRecord::FunctionalUpdate::Remove
- Inherits:
-
Object
- Object
- ViewModel::ActiveRecord::FunctionalUpdate::Remove
- Defined in:
- lib/view_model/active_record/update_data.rb
Constant Summary collapse
- NAME =
'remove'
Instance Attribute Summary collapse
-
#removed_vm_refs ⇒ Object
readonly
Returns the value of attribute removed_vm_refs.
Instance Method Summary collapse
-
#initialize(removed_vm_refs) ⇒ Remove
constructor
A new instance of Remove.
Constructor Details
#initialize(removed_vm_refs) ⇒ Remove
Returns a new instance of Remove.
46 47 48 |
# File 'lib/view_model/active_record/update_data.rb', line 46 def initialize(removed_vm_refs) @removed_vm_refs = removed_vm_refs end |
Instance Attribute Details
#removed_vm_refs ⇒ Object (readonly)
Returns the value of attribute removed_vm_refs.
44 45 46 |
# File 'lib/view_model/active_record/update_data.rb', line 44 def removed_vm_refs @removed_vm_refs end |