Sha256: d48e1d4118dc1df74eec1e91385cafac6521ee8c117f7e6b51cd6d5d78cf51d4
Contents?: true
Size: 423 Bytes
Versions: 55
Compression:
Stored size: 423 Bytes
Contents
# frozen_string_literal: true module SdrClient module Deposit # This strategy is for building the type of a fileset class FileTypeFileSetStrategy # @param [Array<SdrClient::Deposit::Files>] files the files that are part of this strategy # @return [String] The URI that represents the type of file_set def self.run(files: []) Cocina::Models::FileSetType.file end end end end
Version data entries
55 entries across 55 versions & 1 rubygems