Parent

Files

Class Index [+]

Quicksearch

SOAP::CGIStub

Public Class Methods

new(*arg) click to toggle source
    # File lib/soap/compat.rb, line 72
72:   def initialize(*arg)
73:     super
74:     methodDef if respond_to?('methodDef')
75:   end

Public Instance Methods

addMethod(receiver, methodName, *paramArg) click to toggle source
    # File lib/soap/compat.rb, line 79
79:   def addMethod(receiver, methodName, *paramArg)
80:     addMethodWithNSAs(@default_namespace, receiver, methodName, methodName, *paramArg)
81:   end
addMethodAs(receiver, methodName, methodNameAs, *paramArg) click to toggle source
    # File lib/soap/compat.rb, line 83
83:   def addMethodAs(receiver, methodName, methodNameAs, *paramArg)
84:     addMethodWithNSAs(@default_namespace, receiver, methodName, methodNameAs, *paramArg)
85:   end
addMethodWithNS(namespace, receiver, methodName, *paramArg) click to toggle source
    # File lib/soap/compat.rb, line 87
87:   def addMethodWithNS(namespace, receiver, methodName, *paramArg)
88:     addMethodWithNSAs(namespace, receiver, methodName, methodName, *paramArg)
89:   end
addMethodWithNSAs(namespace, receiver, methodName, methodNameAs, *paramArg) click to toggle source
    # File lib/soap/compat.rb, line 91
91:   def addMethodWithNSAs(namespace, receiver, methodName, methodNameAs, *paramArg)
92:     add_method_with_namespace_as(namespace, receiver, methodName, methodNameAs, *paramArg)
93:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.