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