class Pohoda::Builders::Ftr::RequestVoucherType

Public Instance Methods

builder() click to toggle source
# File lib/pohoda/builders/ftr/request_voucher_type.rb, line 8
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