Sha256: 6a7080a938e60129edc9f069cfd2473739cb59517d60f61eb127f2563a94b7c5
Contents?: true
Size: 330 Bytes
Versions: 1
Compression:
Stored size: 330 Bytes
Contents
# frozen_string_literal: true require "lutaml/model" module Rfcxml module V3 class Code < Lutaml::Model::Serializable attribute :content, :string attribute :ascii, :string xml do root "code" map_content to: :content map_attribute "ascii", to: :ascii end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rfcxml-0.2.0 | lib/rfcxml/v3/code.rb |