Sha256: 9946376730e02f2e48eea2fc0da392a861eb75060213ff8833ee5c74cfe63608

Contents?: true

Size: 328 Bytes

Versions: 1

Compression:

Stored size: 328 Bytes

Contents

# frozen_string_literal: true

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

      xml do
        root "glyph-ref"

        map_attribute "glyph-data", to: :glyph_data
        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/glyph_ref.rb