Sha256: 589caf177cb945c5d8e16a120a126b4f866a738f4233fe2bb84cbe382ec4ef58
Contents?: true
Size: 525 Bytes
Versions: 19
Compression:
Stored size: 525 Bytes
Contents
# frozen_string_literal: true module Cocina module Models # This vocabulary defines the types of file sets class FileSetType < Vocabulary('https://cocina.sul.stanford.edu/models/resources/') property :'3d', method_name: :three_dimensional property :attachment property :audio property :document property :file property :image property :media property :object property :page property :preview property :thumb property :video end end end
Version data entries
19 entries across 19 versions & 1 rubygems