Flowdock
method

add_document_method

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: SOAP::RPC::Driver
add_document_method(name, soapaction, req_qname, res_qname) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/soap/rpc/driver.rb, line 149
  def add_document_method(name, soapaction, req_qname, res_qname)
    param_def = SOAPMethod.create_doc_param_def(req_qname, res_qname)
    @proxy.add_document_method(soapaction, name, param_def)
    add_document_method_interface(name, param_def)
  end
Register or log in to add new notes.