Sha256: 3818bb32d7cd53289cb01e9c06d048c8a207160268e3ce4e75fd4bfb7b241ab0
Contents?: true
Size: 333 Bytes
Versions: 1
Compression:
Stored size: 333 Bytes
Contents
# frozen_string_literal: true module Niso module Jats class AffAlternatives < Lutaml::Model::Serializable attribute :id, :string attribute :aff, Aff, collection: true xml do root "aff-alternatives" map_attribute "id", to: :id map_element "aff", to: :aff end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
niso-jats-0.1.1 | lib/niso/jats/aff_alternatives.rb |