Sha256: 47b2227792203fc69539a1731b9b3e97532acb4b6d4ed11c0c7564b7d30b875d
Contents?: true
Size: 328 Bytes
Versions: 8
Compression:
Stored size: 328 Bytes
Contents
# frozen_string_literal: true module SdrClient class RedesignedClient # This strategy is for building the type of a fileset class FileTypeFileSetStrategy # @return [String] The URI that represents the type of file_set def self.run(...) Cocina::Models::FileSetType.file end end end end
Version data entries
8 entries across 8 versions & 1 rubygems