Sha256: a70df204b29b36e0b4bc1664bc3ad99ebfb19af8484967ee11e8ace7eeeaae2f
Contents?: true
Size: 226 Bytes
Versions: 1
Compression:
Stored size: 226 Bytes
Contents
# frozen_string_literal: true module Niso module Jats class Hr < Lutaml::Model::Serializable attribute :id, :string xml do root "hr" 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/hr.rb |