Public Instance methods
call()
Deletes the uploaded derivation result from the storage.
[show source]
# File lib/shrine/plugins/derivation_endpoint.rb 693 def call 694 storage.delete(upload_location) 695 end