Class: Shrine::Derivation::Response

Inherits:
Command
  • Object
show all
Defined in:
lib/shrine/plugins/derivation_endpoint.rb

Instance Attribute Summary

Attributes inherited from Command

#derivation

Instance Method Summary collapse

Methods inherited from Command

delegate, #initialize

Constructor Details

This class inherits a constructor from Shrine::Derivation::Command

Instance Method Details

#call(env) ⇒ Object



466
467
468
469
470
471
472
# File 'lib/shrine/plugins/derivation_endpoint.rb', line 466

def call(env)
  if upload
    upload_response(env)
  else
    local_response(env)
  end
end