Sha256: 4f511f8cfae101c9883038f056af3c07b7e0cc56cf2180c2b60ab5d2c5f86d19
Contents?: true
Size: 474 Bytes
Versions: 1
Compression:
Stored size: 474 Bytes
Contents
# frozen_string_literal: true module Cocina module Models class DROStructural < Struct attribute :contains, Types::Strict::Array.of(FileSet).default([]) attribute :hasMemberOrders, Types::Strict::Array.of(Sequence).default([]) attribute :isMemberOf, Types::Strict::Array.of(Druid).default([]) # Agreement that covers the deposit of the DRO into SDR. attribute :hasAgreement, Types::Strict::String.meta(omittable: true) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cocina-models-0.63.0 | lib/cocina/models/dro_structural.rb |