Sha256: 91566d602662c29085de8975ba15f35a14dc2e745f63a02a95adb3672f0046f3

Contents?: true

Size: 344 Bytes

Versions: 1

Compression:

Stored size: 344 Bytes

Contents

# frozen_string_literal: true

module Niso
  module Jats
    class OverlineStart < Lutaml::Model::Serializable
      attribute :id, :string
      attribute :specific_use, :string

      xml do
        root "overline-start"

        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/overline_start.rb