instance method Net::SMTP#read_timeout

read_timeout -> Integer[permalink][rdoc][edit]

読みこみ (read(2) 一回) でブロックしてよい最大秒数を返します。

デフォルトは60(秒)です。この秒数たっても読みこめなければ例外 TimeoutError を発生します。

[SEE_ALSO] Net::SMTP#read_timeout=