Class: Shrine::Derivation::Generate

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(file = nil) ⇒ Object



575
576
577
578
579
# File 'lib/shrine/plugins/derivation_endpoint.rb', line 575

def call(file = nil)
  derivative = generate(file)
  derivative = normalize(derivative)
  derivative
end