lib/cocina/models/descriptive_value_language.rb in cocina-models-0.79.0 vs lib/cocina/models/descriptive_value_language.rb in cocina-models-0.80.0
- old
+ new
@@ -1,8 +1,9 @@
# frozen_string_literal: true
module Cocina
module Models
+ # Language of the descriptive element value
class DescriptiveValueLanguage < Struct
# Code representing the standard or encoding.
attribute? :code, Types::Strict::String
# URI for the standard or encoding.
attribute? :uri, Types::Strict::String