Sha256: cacbf04774841de058092c4474836dbe385bdcf3a4119e25eae998918e4de526
Contents?: true
Size: 482 Bytes
Versions: 34
Compression:
Stored size: 482 Bytes
Contents
# frozen_string_literal: true module Cocina module Models class RequestFileSet < Struct include Checkable TYPES = ['http://cocina.sul.stanford.edu/models/fileset.jsonld'].freeze attribute :type, Types::Strict::String.enum(*RequestFileSet::TYPES) attribute :label, Types::Strict::String attribute :version, Types::Strict::Integer attribute(:structural, RequestFileSetStructural.default { RequestFileSetStructural.new }) end end end
Version data entries
34 entries across 34 versions & 1 rubygems