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.
timeout=(new_timeout)
public
Sets the Net::HTTP#read_timeout and Net::HTTP#open_timeout to
new_timeout
# File lib/xmlrpc/client.rb, line 211
def timeout=(new_timeout)
@timeout = new_timeout
@http.read_timeout = @timeout
@http.open_timeout = @timeout
end