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