class Pohoda::Builders::Lst::ItemAccountingTypeDoubleEntry

Public Instance Methods

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

  root
end