Files

Class Index [+]

Quicksearch

SOAP::Mapping::AttachmentFactory

Public Instance Methods

obj2soap(soap_class, obj, info, map) click to toggle source
    # File lib/soap/attachment.rb, line 90
90:     def obj2soap(soap_class, obj, info, map)
91:       soap_obj = soap_class.new(obj)
92:       mark_marshalled_obj(obj, soap_obj)
93:       soap_obj
94:     end
soap2obj(obj_class, node, info, map) click to toggle source
     # File lib/soap/attachment.rb, line 96
 96:     def soap2obj(obj_class, node, info, map)
 97:       obj = node.data
 98:       mark_unmarshalled_obj(node, obj)
 99:       return true, obj
100:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.