# File lib/soap/mapping/factory.rb, line 209 209: def obj2soap(soap_class, obj, info, map) 210: return nil unless obj.instance_variables.empty? 211: soap_obj = soap_class.new(obj) 212: mark_marshalled_obj(obj, soap_obj) if soap_obj 213: soap_obj 214: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.