Flowdock
method

new

Importance_1
Ruby latest stable (v2_5_5) - 0 notes - Class: Proxy

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2_2_9) is shown here.

These similar methods exist in v2_5_5:

new(server, prefix, args=[], meth=:call, delim=".") public

Creates an object which provides XMLRPC::Client::Proxy#method_missing.

The given server must be an instance of XMLRPC::Client, which is the XML-RPC server to be used for a XML-RPC call.

prefix and delim will be prepended to the method name called onto this object.

An optional parameter meth is the method to use for a RPC. It can be either, call, call2, call_async, call2_async

args are arguments which are automatically given to every XML-RPC call before being provided through method_missing.

Show source
Register or log in to add new notes.