Sha256: a42ea58ca54ca39ccd22e79732ae90b0a7470a1991418947d6c41727d8976c85
Contents?: true
Size: 307 Bytes
Versions: 36
Compression:
Stored size: 307 Bytes
Contents
# frozen_string_literal: true module Cocina module Models # Value model for a set of descriptive elements grouped together in an unstructured way. class DescriptiveGroupedValue < Struct attribute :groupedValue, Types::Strict::Array.of(DescriptiveValue).default([].freeze) end end end
Version data entries
36 entries across 36 versions & 1 rubygems