Method: Net::POP3#read_timeout
- Defined in:
- lib/net/pop.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 Net::ReadTimeout exception. The default value is 60 seconds.
505 506 507 |
# File 'lib/net/pop.rb', line 505 def read_timeout @read_timeout end |