RPC::CGIStub
# File lib/soap/compat.rb, line 79 79: def addMethod(receiver, methodName, *paramArg) 80: addMethodWithNSAs(@default_namespace, receiver, methodName, methodName, *paramArg) 81: end
# File lib/soap/compat.rb, line 83 83: def addMethodAs(receiver, methodName, methodNameAs, *paramArg) 84: addMethodWithNSAs(@default_namespace, receiver, methodName, methodNameAs, *paramArg) 85: end
# File lib/soap/compat.rb, line 87 87: def addMethodWithNS(namespace, receiver, methodName, *paramArg) 88: addMethodWithNSAs(namespace, receiver, methodName, methodName, *paramArg) 89: end
# 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.
Generated with the Darkfish Rdoc Generator 1.1.6.