Sha256: d609045400d5fcef339b4f2fcbdfc389c37fdddc4f73255a464339b7c8761b43
Contents?: true
Size: 423 Bytes
Versions: 6
Compression:
Stored size: 423 Bytes
Contents
# frozen_string_literal: true module Ieee module Idams # Contains volume metadata class PubSponsor < Lutaml::Model::Serializable # IEEE Society that sponsors the publication # @return [String] Society name that sponsors the publication attribute :society, :string, collection: true xml do root "pubsponsor" map_element "society", to: :society end end end end
Version data entries
6 entries across 6 versions & 1 rubygems