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