Method: X::Connection#read_timeout

Defined in:
lib/x/connection.rb

#read_timeoutInteger

The timeout for reading responses in seconds

Examples:

Get or set the read timeout

connection.read_timeout = 30


46
47
48
# File 'lib/x/connection.rb', line 46

def read_timeout
  @read_timeout
end