class Pohoda::Builders::Pro::PaymentAdvancedType

Public Instance Methods

builder() click to toggle source
# File lib/pohoda/builders/pro/payment_advanced_type.rb, line 10
def builder
  root = Ox::Element.new(name)
  root = add_attributes_and_namespaces(root)

  mega.each do |r|
    r.nodes.each { |n| root << n }
  end

  root
end