Public Instance methods
call(env)
[show source]
# File lib/shrine/plugins/derivation_endpoint.rb 464 def call(env) 465 if upload 466 upload_response(env) 467 else 468 local_response(env) 469 end 470 end