Sha256: aad61b81dcf338fc65d7b0c381f7fb87d353461b15cce8fb5d7ae1abbaa50509
Contents?: true
Size: 184 Bytes
Versions: 4
Compression:
Stored size: 184 Bytes
Contents
class Hash require 'soap/mapping/registry' def to_soap_map map = SOAP::Mapping::Object.new() self.each do |name, value| map[name] = value end map end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
voruby-1.1.1 | lib/voruby/services/ext.rb |
voruby-1.0.2 | lib/voruby/services/ext.rb |
voruby-1.1 | lib/voruby/services/ext.rb |
voruby-1.0.1 | lib/voruby/services/ext.rb |