Class: MoneyS3::Builders::FaktVyd

Inherits:
FakturaType show all
Includes:
ParserCore::BaseBuilder
Defined in:
lib/money_s3/builders/fakt_vyd.rb

Instance Method Summary collapse

Instance Method Details

#builderObject



6
7
8
9
10
11
12
13
14
15
# File 'lib/money_s3/builders/fakt_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