lib/cocina/models/descriptive_admin_metadata.rb in cocina-models-0.79.0 vs lib/cocina/models/descriptive_admin_metadata.rb in cocina-models-0.80.0
- old
+ new
@@ -1,8 +1,9 @@
# frozen_string_literal: true
module Cocina
module Models
+ # Information about this resource description.
class DescriptiveAdminMetadata < Struct
attribute :contributor, Types::Strict::Array.of(Contributor).default([].freeze)
attribute :event, Types::Strict::Array.of(Event).default([].freeze)
attribute :language, Types::Strict::Array.of(Language).default([].freeze)
attribute :note, Types::Strict::Array.of(DescriptiveValue).default([].freeze)