Sha256: 451bc1d3c1bc2dabc78ece49012774a93bc6015bffb8aeb10056e08d28c9ee1a
Contents?: true
Size: 480 Bytes
Versions: 1
Compression:
Stored size: 480 Bytes
Contents
# frozen_string_literal: true require "lutaml/model" module LocMods class TargetAudience < Lutaml::Model::Serializable attribute :content, :string attribute :display_label, :string attribute :alt_rep_group, :string xml do root "targetAudience" namespace "http://www.loc.gov/mods/v3", nil map_content to: :content map_attribute "displayLabel", to: :display_label map_attribute "altRepGroup", to: :alt_rep_group end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
loc_mods-0.2.5 | lib/loc_mods/target_audience.rb |