Sha256: de58c4c8b9f63fe01545b93e2a8a6206eee1d509944eea067a4959e476560fde

Contents?: true

Size: 254 Bytes

Versions: 1

Compression:

Stored size: 254 Bytes

Contents

# frozen_string_literal: true

require "lutaml/model"

module Rfcxml
  module V3
    class Uri < Lutaml::Model::Serializable
      attribute :content, :string

      xml do
        root "uri"

        map_content to: :content
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rfcxml-0.2.0 lib/rfcxml/v3/uri.rb