Sha256: 4583edb0a372027f7e13bbaf40fc3965e631c6cea75f919a6b0cae322022f90a

Contents?: true

Size: 219 Bytes

Versions: 43

Compression:

Stored size: 219 Bytes

Contents

# frozen_string_literal: true

module Cocina
  module Models
    class DescriptiveParallelValue < Struct
      attribute :parallelValue, Types::Strict::Array.of(DescriptiveValue).meta(omittable: true)
    end
  end
end

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
cocina-models-0.37.0 lib/cocina/models/descriptive_parallel_value.rb
cocina-models-0.36.0 lib/cocina/models/descriptive_parallel_value.rb
cocina-models-0.35.0 lib/cocina/models/descriptive_parallel_value.rb