Sha256: e02a67ec9bad9553c0d28fa02f4393fa624fe0382cbd2315efde8a3cd93e8776
Contents?: true
Size: 403 Bytes
Versions: 1
Compression:
Stored size: 403 Bytes
Contents
# frozen_string_literal: true module Niso module Jats class ArticleVersionAlternatives < Lutaml::Model::Serializable attribute :id, :string attribute :article_version, ArticleVersion, collection: true xml do root "article-version-alternatives" map_attribute "id", to: :id map_element "article-version", to: :article_version end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
niso-jats-0.1.1 | lib/niso/jats/article_version_alternatives.rb |