Flowdock
method

new

Importance_1
v2_2_9 - Show latest stable - 0 notes - Class: Proxy
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.