Sha256: a72c3310ad2c0bea1e9e9cf8889d0a07fdd388f997b167aa9b6a9001e85cb253

Contents?: true

Size: 317 Bytes

Versions: 1

Compression:

Stored size: 317 Bytes

Contents

# frozen_string_literal: true

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

      xml do
        root "table-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/table_count.rb