Sha256: 81da6cc2672df61e04cf713f244f624db05a61cb8847c565e2ccee3234205c59
Contents?: true
Size: 306 Bytes
Versions: 1
Compression:
Stored size: 306 Bytes
Contents
# frozen_string_literal: true module Niso module Jats class MetaName < Lutaml::Model::Serializable attribute :content, :string attribute :id, :string xml do root "meta-name" map_content to: :content map_attribute "id", to: :id end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
niso-jats-0.1.1 | lib/niso/jats/meta_name.rb |