Class: Samvera::Derivatives::FileLocator::Strategy Abstract
- Inherits:
-
Object
- Object
- Samvera::Derivatives::FileLocator::Strategy
- Defined in:
- lib/samvera/derivatives.rb
Overview
This class is abstract.
The purpose of this abstract class is to provide the public interface for strategies.
Direct Known Subclasses
Class Method Summary collapse
Class Method Details
.locate(file_set:, file_path:, derivative_type:) ⇒ Samvera::Derivatives::FromLocation, NilClass
160 161 162 |
# File 'lib/samvera/derivatives.rb', line 160 def self.locate(file_set:, file_path:, derivative_type:) raise NotImplementedError end |