Sha256: c36c39323c77b2e720d9d6d323d23a0425bbf8e4f0064d54b030546fd94811a1
Contents?: true
Size: 373 Bytes
Versions: 6
Compression:
Stored size: 373 Bytes
Contents
module MoneyS3 module Builders class SeznamBankDokl include ParserCore::BaseBuilder def builder root = Ox::Element.new(name) root = add_attributes_and_namespaces(root) if data.key? :bank_dokl data[:bank_dokl].each { |i| root << BankDokl.new('BankDokl', i).builder } end root end end end end
Version data entries
6 entries across 6 versions & 1 rubygems