method
new
v8.1.1 -
Show latest stable
- Class:
ActiveStorage::Attached::Changes::PurgeMany
new(name, record, attachments)public
No documentation available.
# File activestorage/lib/active_storage/attached/changes/purge_many.rb, line 7
def initialize(name, record, attachments)
@name, @record, @attachments = name, record, attachments
end