new(server, prefix, args=[], meth=:call, delim=".")
Class Public methods
Creates an object which provides #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
.
Please login to continue.