Sha256: 1e53533144346964ae583900a447038804779708e2a809d9c39bfa762a3d78d5
Contents?: true
Size: 421 Bytes
Versions: 55
Compression:
Stored size: 421 Bytes
Contents
# frozen_string_literal: true module SdrClient module Deposit # This strategy is for building the type of a fileset class ImageFileSetStrategy # @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.image end end end end
Version data entries
55 entries across 55 versions & 1 rubygems