proxy(prefix=nil, *args)
Instance Public methods
Returns an object of class XMLRPC::Client::Proxy, initialized with
prefix
and args
.
A proxy object returned by this method behaves like #call, i.e. a call on that object will raise a XMLRPC::FaultException when a fault-structure is returned by that call.
Please login to continue.