method
timeout=
v1_9_3_125 -
Show latest stable
- Class:
XMLRPC::Client
timeout=(new_timeout)public
No documentation available.
# File lib/xmlrpc/client.rb, line 391
def timeout=(new_timeout)
@timeout = new_timeout
@http.read_timeout = @timeout
@http.open_timeout = @timeout
end