Sha256: eabcd1261bdd43d52e0f8b11b7288a4923782643b1d3098b6fffe91cd832e3b8

Contents?: true

Size: 327 Bytes

Versions: 1

Compression:

Stored size: 327 Bytes

Contents

# frozen_string_literal: true

module Niso
  module Jats
    class IndexTermRangeEnd < Lutaml::Model::Serializable
      attribute :id, :string
      attribute :rid, :string

      xml do
        root "index-term-range-end"

        map_attribute "id", to: :id
        map_attribute "rid", to: :rid
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
niso-jats-0.1.1 lib/niso/jats/index_term_range_end.rb