Sha256: 9fd0ecaa5582aba52b28afcc7e0cca3b04425664811c4be841e389b074de0576

Contents?: true

Size: 323 Bytes

Versions: 6

Compression:

Stored size: 323 Bytes

Contents

module MoneyS3
  module Builders
    class MsgUcOsnovType < 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_uc_osnov_type.rb
money_s3-2.4.0 lib/money_s3/builders/msg_uc_osnov_type.rb
money_s3-2.3.0 lib/money_s3/builders/msg_uc_osnov_type.rb
money_s3-2.2.0 lib/money_s3/builders/msg_uc_osnov_type.rb
money_s3-2.1.0 lib/money_s3/builders/msg_uc_osnov_type.rb
money_s3-2.0.0 lib/money_s3/builders/msg_uc_osnov_type.rb