Method: Gem::Net::HTTP#read_timeout

Defined in:
lib/rubygems/vendor/net-http/lib/net/http.rb

#read_timeoutObject

Returns the numeric (Integer or Float) number of seconds to wait for one block to be read (via one read(2) call); see #read_timeout=.



1378
1379
1380
# File 'lib/rubygems/vendor/net-http/lib/net/http.rb', line 1378

def read_timeout
  @read_timeout
end