module Hydra::Derivatives

For the case where the source file is a remote file, and we don't want to download the file locally, just return the file name or file path (or whatever we need to pass to the encoding service so that it can find the file).

Constants

CONFIG_METHODS

Public Class Methods

config() click to toggle source
# File lib/hydra/derivatives.rb, line 45
def self.config
  @config ||= reset_config!
end
reset_config!() click to toggle source
# File lib/hydra/derivatives.rb, line 49
def self.reset_config!
  @config = Config.new
end