Sha256: b099baeb5a9c81ff92b556117dbcecc06951c8dc8abdb53b477ad4330fd97668

Contents?: true

Size: 258 Bytes

Versions: 1

Compression:

Stored size: 258 Bytes

Contents

# frozen_string_literal: true

require "lutaml/model"

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

      xml do
        root "bcp14"

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