= private = protected
read_timeout=(sec)
Setter for the read_timeout attribute.
# File lib/net/http.rb, line 510 def read_timeout=(sec) @socket.read_timeout = sec if @socket @read_timeout = sec end