Sha256: 83dba910453def8eabcf93f5248ccd3b2a82ed5b51bbd63acb4767c4d46b5d69
Contents?: true
Size: 322 Bytes
Versions: 6
Compression:
Stored size: 322 Bytes
Contents
module MoneyS3 module Builders class KurzListek < KurzListekType include ParserCore::BaseBuilder def builder root = Ox::Element.new(name) root = add_attributes_and_namespaces(root) super.nodes.each do |n| root << n end root end end end end
Version data entries
6 entries across 6 versions & 1 rubygems