class ViewModel::ActiveRecord::FunctionalUpdate::Remove
Constants
- NAME
Attributes
removed_vm_refs[R]
Public Class Methods
new(removed_vm_refs)
click to toggle source
# File lib/view_model/active_record/update_data.rb, line 46 def initialize(removed_vm_refs) @removed_vm_refs = removed_vm_refs end