Sha256: ac9f9fb25a5fc167e3d89e7435d437bac4601038d7a9e305318fedfed7e29883

Contents?: true

Size: 266 Bytes

Versions: 1

Compression:

Stored size: 266 Bytes

Contents

# frozen_string_literal: true

require "lutaml/model"

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

      xml do
        root "workgroup"

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