Sha256: 90b2f1fb77f497111967c784cd2f366c32f69555359cfcf7a35b893f013938b9
Contents?: true
Size: 630 Bytes
Versions: 1
Compression:
Stored size: 630 Bytes
Contents
# frozen_string_literal: true module Cocina module Models class DescriptiveAccessMetadata < Struct attribute :url, Types::Strict::Array.of(DescriptiveValue).default([]) attribute :physicalLocation, Types::Strict::Array.of(DescriptiveValue).default([]) attribute :digitalLocation, Types::Strict::Array.of(DescriptiveValue).default([]) attribute :accessContact, Types::Strict::Array.of(DescriptiveValue).default([]) attribute :digitalRepository, Types::Strict::Array.of(DescriptiveValue).default([]) attribute :note, 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_access_metadata.rb |