class Shrine::Derivation::Delete

  1. lib/shrine/plugins/derivation_endpoint.rb
Superclass: Command

Methods

Public Instance

  1. call

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