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