Sha256: cdb7b16e0f7d822f4dee0929317f3f5e47328cb43751b5d94b90ad1011c335fd
Contents?: true
Size: 216 Bytes
Versions: 28
Compression:
Stored size: 216 Bytes
Contents
# frozen_string_literal: true module Cocina module Models class DescriptiveParallelValue < Struct attribute :parallelValue, Types::Strict::Array.of(DescriptiveValue).default([].freeze) end end end
Version data entries
28 entries across 28 versions & 1 rubygems