Sha256: 354c47413d933dfc33d2c45aab79b7ef5e29554d680b1a3f0f39c60470dee640
Contents?: true
Size: 481 Bytes
Versions: 10
Compression:
Stored size: 481 Bytes
Contents
# frozen_string_literal: true module Cocina module Models class RequestDROStructural < Struct attribute :contains, Types::Strict::Array.of(RequestFileSet).meta(omittable: true) attribute :hasMemberOrders, Types::Strict::Array.of(Sequence).meta(omittable: true) # example: druid:bc123df4567 attribute :isMemberOf, Types::Strict::String.meta(omittable: true) attribute :hasAgreement, Types::Strict::String.meta(omittable: true) end end end
Version data entries
10 entries across 10 versions & 1 rubygems