Sha256: de6369c1386fd3e7f9793084df748eb7c506d0e31c6db7597b8e6115f5db2559

Contents?: true

Size: 351 Bytes

Versions: 1

Compression:

Stored size: 351 Bytes

Contents

# frozen_string_literal: true

module Niso
  module Jats
    class CollabAlternatives < Lutaml::Model::Serializable
      attribute :id, :string
      attribute :collab, Collab, collection: true

      xml do
        root "collab-alternatives"

        map_attribute "id", to: :id
        map_element "collab", to: :collab
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
niso-jats-0.1.1 lib/niso/jats/collab_alternatives.rb