Sha256: f94911e18c64b358c4f5041e0e8e22cdc4b22d2c80de754f2123730684f4f86b

Contents?: true

Size: 232 Bytes

Versions: 1

Compression:

Stored size: 232 Bytes

Contents

# frozen_string_literal: true

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

      xml do
        root "break"

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