Sha256: 9f63d1efc71f9a5a1adeb8a7dc72d7b0ab1b00413155a7ebfaa683150fb026b9
Contents?: true
Size: 358 Bytes
Versions: 1
Compression:
Stored size: 358 Bytes
Contents
# frozen_string_literal: true module Niso module Jats class PubDateNotAvailable < Lutaml::Model::Serializable attribute :id, :string attribute :specific_use, :string xml do root "pub-date-not-available" map_attribute "id", to: :id map_attribute "specific-use", to: :specific_use end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
niso-jats-0.1.1 | lib/niso/jats/pub_date_not_available.rb |