Sha256: 7598aa773c4e76d495d05c393ae04fb871078017e07c9614eae41b19dbe57329
Contents?: true
Size: 357 Bytes
Versions: 27
Compression:
Stored size: 357 Bytes
Contents
# frozen_string_literal: true module Cocina module Models class DROStructural < Struct attribute :contains, Types::Strict::Array.of(FileSet).default([].freeze) attribute :hasMemberOrders, Types::Strict::Array.of(Sequence).default([].freeze) attribute :isMemberOf, Types::Strict::Array.of(Druid).default([].freeze) end end end
Version data entries
27 entries across 27 versions & 1 rubygems