Class: Shrine::Derivation::Delete
- Inherits:
-
Derivation::Command
- Object
- Derivation::Command
- Shrine::Derivation::Delete
- Defined in:
- lib/shrine/plugins/derivation_endpoint.rb
Instance Method Summary collapse
-
#call ⇒ Object
Deletes the uploaded derivation result from the storage.
Instance Method Details
#call ⇒ Object
Deletes the uploaded derivation result from the storage.
698 699 700 |
# File 'lib/shrine/plugins/derivation_endpoint.rb', line 698 def call storage.delete(upload_location) end |