Sha256: 8c12c4bf8d877cd5d288cbbcd8ee62405c0446c3aa4af5f923de055e13b9d8bb
Contents?: true
Size: 305 Bytes
Versions: 35
Compression:
Stored size: 305 Bytes
Contents
# frozen_string_literal: true module Cocina module Models class DescriptiveGeographicMetadata < Struct attribute :form, Types::Strict::Array.of(DescriptiveValue).meta(omittable: true) attribute :subject, Types::Strict::Array.of(DescriptiveValue).meta(omittable: true) end end end
Version data entries
35 entries across 35 versions & 1 rubygems