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
696 def call
697   storage.delete(upload_location)
698 end