Class: Idml::Parts::Xmp::Bag
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Idml::Parts::Xmp::Bag
- Defined in:
- lib/idml/parts/xmp.rb
Overview
rdf:Bag — unordered set. Used for dc:subject.
Instance Method Summary collapse
Instance Method Details
#values ⇒ Object
138 139 140 |
# File 'lib/idml/parts/xmp.rb', line 138 def values items.filter_map(&:value) end |