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