Sha256: 2a2333b158e3d1038cb4445fd60a8ef4cf043dcbdac482bd2f77d380ea10a8d2
Contents?: true
Size: 318 Bytes
Versions: 40
Compression:
Stored size: 318 Bytes
Contents
# frozen_string_literal: true module Cocina module Models # Value model for multiple representations of the same information (e.g. in different languages). class DescriptiveParallelValue < Struct attribute :parallelValue, Types::Strict::Array.of(DescriptiveValue).default([].freeze) end end end
Version data entries
40 entries across 40 versions & 1 rubygems