Class: ActiveStorage::Attached::Changes::DeleteOne
Do not use. This class is for internal use only.
Relationships & Source Files | |
Inherits: | Object |
Defined in: | activestorage/lib/active_storage/attached/changes/delete_one.rb |
Class Method Summary
- .new(name, record) ⇒ DeleteOne constructor
Instance Attribute Summary
Instance Method Summary
Constructor Details
.new(name, record) ⇒ DeleteOne
Instance Attribute Details
#name (readonly)
[ GitHub ]# File 'activestorage/lib/active_storage/attached/changes/delete_one.rb', line 5
attr_reader :name, :record
#record (readonly)
[ GitHub ]# File 'activestorage/lib/active_storage/attached/changes/delete_one.rb', line 5
attr_reader :name, :record
Instance Method Details
#attachment
[ GitHub ]# File 'activestorage/lib/active_storage/attached/changes/delete_one.rb', line 11
def nil end