Method: Net::POP3#open_timeout

Defined in:
lib/pop_ssl.rb

#open_timeoutObject

Seconds to wait until a connection is opened. If the POP3 object cannot open a connection within this time, it raises a TimeoutError exception.



492
493
494
# File 'lib/pop_ssl.rb', line 492

def open_timeout
  @open_timeout
end