Sha256: 9aec0f483fd10e611b40e3fd0d4db990b2aa132f93a5ebbbb406fc6774a41ffd

Contents?: true

Size: 256 Bytes

Versions: 1

Compression:

Stored size: 256 Bytes

Contents

# frozen_string_literal: true

require "lutaml/model"

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

      xml do
        root "area"

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