Sha256: baf86877d043db99836afaf31afc3df14cb1aaa11dfd427abf7a42978ede4ca6

Contents?: true

Size: 323 Bytes

Versions: 6

Compression:

Stored size: 323 Bytes

Contents

module MoneyS3
  module Builders
    class MsgCinnostType < MessageType
      include ParserCore::BaseBuilder

      def builder
        root = Ox::Element.new(name)
        root = add_attributes_and_namespaces(root)

        super.nodes.each do |n|
          root << n
        end

        root
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
money_s3-2.4.1 lib/money_s3/builders/msg_cinnost_type.rb
money_s3-2.4.0 lib/money_s3/builders/msg_cinnost_type.rb
money_s3-2.3.0 lib/money_s3/builders/msg_cinnost_type.rb
money_s3-2.2.0 lib/money_s3/builders/msg_cinnost_type.rb
money_s3-2.1.0 lib/money_s3/builders/msg_cinnost_type.rb
money_s3-2.0.0 lib/money_s3/builders/msg_cinnost_type.rb