Method: Net::SMTP#read_timeout
- Defined in:
- lib/net/smtp.rb
#read_timeout ⇒ Object
Seconds to wait while reading one block (by one read(2) call). If the read(2) call does not complete within this time, a Net::ReadTimeout is raised. The default value is 60 seconds.
427 428 429 |
# File 'lib/net/smtp.rb', line 427 def read_timeout @read_timeout end |