Method: MoneyS3::Builders::NabVyd#builder

Defined in:
lib/money_s3/builders/nab_vyd.rb

#builderObject



6
7
8
9
10
11
12
13
14
15
# File 'lib/money_s3/builders/nab_vyd.rb', line 6

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

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

  root
end