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