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