Sha256: c92bfdf6d0fcc98061289d3d290d60405273ba58ff701de22ab98883356cc54c

Contents?: true

Size: 315 Bytes

Versions: 1

Compression:

Stored size: 315 Bytes

Contents

# frozen_string_literal: true

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

      xml do
        root "page-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/page_count.rb