Ruby 1.8.7 リファレンスマニュアル > ライブラリ一覧 > net/popライブラリ > Net::POP3クラス > verify

singleton method Net::POP3.verify

verify -> Integer|nil

SSL のパラメータの verify_mode を返します。

設定されていない場合は nil を返します。

[SEE_ALSO] OpenSSL::SSL::SSLContext#verify_mode

class Net::POP3