Sha256: 356df0a46bf7d7f15a53cd0a1115c792235a145addee01fd33bf467ae8a457fd
Contents?: true
Size: 316 Bytes
Versions: 6
Compression:
Stored size: 316 Bytes
Contents
module MoneyS3 module Builders class IntDokl < IntDoklType 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