Sha256: e0221046054122d2f6b50ca771cb4c063ef9a6fc0b9f6f2e363da73d33a5e068

Contents?: true

Size: 262 Bytes

Versions: 1

Compression:

Stored size: 262 Bytes

Contents

# frozen_string_literal: true

require "lutaml/model"

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

      xml do
        root "keyword"

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