Sha256: 53a899cdd7608910853a2c8126b5c0bcb76688015856be67d0f56dc4e68b7b78

Contents?: true

Size: 313 Bytes

Versions: 1

Compression:

Stored size: 313 Bytes

Contents

# frozen_string_literal: true

module Niso
  module Jats
    class RefCount < Lutaml::Model::Serializable
      attribute :count, :string
      attribute :id, :string

      xml do
        root "ref-count"

        map_attribute "count", to: :count
        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/ref_count.rb