APIdock / Ruby
/
method

proxy2

ruby latest stable - Class: XMLRPC ::Client

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.

proxy2(prefix=nil, *args)
public

Almost the same like XMLRPC::Client#proxy only that a call on the returned XMLRPC::Client::Proxy object will return two parameters.

See XMLRPC::Client#call2

# File lib/xmlrpc/client.rb, line 397
 def proxy2(prefix=nil, *args)
 Proxy.new(self, prefix, args, :call2)
 end

AltStyle によって変換されたページ (->オリジナル) /