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