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