method
add_document_operation
ruby latest stable - Class:
SOAP::RPC::HTTPServer
add_document_operation(receiver, soapaction, name, param_def, opt = {})public
No documentation available.
# File lib/soap/rpc/httpserver.rb, line 112
def add_document_operation(receiver, soapaction, name, param_def, opt = {})
@router.add_document_operation(receiver, soapaction, name, param_def, opt)
end