Class: Idml::Parts::Xmp::Alt

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Defined in:
lib/idml/parts/xmp.rb

Overview

rdf:Alt — alternative-language values. Used for dc:title and dc:description.

Instance Method Summary collapse

Instance Method Details

#default_valueObject



107
108
109
110
# File 'lib/idml/parts/xmp.rb', line 107

def default_value
  x_default = items.find { |i| i.lang == "x-default" }
  (x_default || items.first)&.value
end