Sha256: 660742bd7489550d047a7e9cdaff3d9d7f4524ad4914af401a4ae61d38a2ed57
Contents?: true
Size: 465 Bytes
Versions: 6
Compression:
Stored size: 465 Bytes
Contents
module MoneyS3 module Builders class MsgKmKartaType < MessageType include ParserCore::BaseBuilder def builder root = Ox::Element.new(name) root = add_attributes_and_namespaces(root) super.nodes.each do |n| root << n end if data.key? :komponenta data[:komponenta].each { |i| root << MsgKomponentaType.new('Komponenta', i).builder } end root end end end end
Version data entries
6 entries across 6 versions & 1 rubygems