Method: Net::POP3#read_timeout
- Defined in:
- lib/net/pop3_ssl.rb
#read_timeout ⇒ Object
Seconds to wait until reading one block (by one read(1) call). If the POP3 object cannot complete a read() within this time, it raises a TimeoutError exception.
497 498 499 |
# File 'lib/net/pop3_ssl.rb', line 497 def read_timeout @read_timeout end |