Sha256: 30e2a8cc8b31fc6ad2290c6ec43c8639f7252b4f5e8152b83728e1c23bbd008a
Contents?: true
Size: 324 Bytes
Versions: 6
Compression:
Stored size: 324 Bytes
Contents
module MoneyS3 module Builders class Predkontace < PredkontaceType 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