Files

Class Index [+]

Quicksearch

SOAP::Mapping::Base64Factory_

Public Instance Methods

obj2soap(soap_class, obj, info, map) click to toggle source
     # 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
soap2obj(obj_class, node, info, map) click to toggle source
     # File lib/soap/mapping/factory.rb, line 216
216:   def soap2obj(obj_class, node, info, map)
217:     obj = node.string
218:     mark_unmarshalled_obj(node, obj)
219:     return true, obj
220:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.