Class: SdrClient::Deposit::ImageFileSetStrategy

Inherits:
Object
  • Object
show all
Defined in:
lib/sdr_client/deposit/image_file_set_strategy.rb

Overview

This strategy is for building the type of a fileset

Class Method Summary collapse

Class Method Details

.run(files: []) ⇒ String

Returns The URI that represents the type of file_set.

Parameters:

Returns:

  • (String)

    The URI that represents the type of file_set



9
10
11
# File 'lib/sdr_client/deposit/image_file_set_strategy.rb', line 9

def self.run(files: [])
  Cocina::Models::FileSetType.image
end