Sha256: 72f00d3d2bfeed64d08f4b84a00b41e2579e731f7bc236d8df18d9b992ff799a
Contents?: true
Size: 583 Bytes
Versions: 1
Compression:
Stored size: 583 Bytes
Contents
# frozen_string_literal: true module Cocina module Models class DescriptiveAdminMetadata < Struct attribute :contributor, Types::Strict::Array.of(Contributor).default([]) attribute :event, Types::Strict::Array.of(Event).default([]) attribute :language, Types::Strict::Array.of(Language).default([]) attribute :note, Types::Strict::Array.of(DescriptiveValue).default([]) attribute :metadataStandard, Types::Strict::Array.of(Standard).default([]) attribute :identifier, Types::Strict::Array.of(DescriptiveValue).default([]) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cocina-models-0.63.0 | lib/cocina/models/descriptive_admin_metadata.rb |