るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
3件ヒット [1-3件を表示] (0.095秒)

別のキーワード

  1. httpstatus rc_see_other
  2. webrick/httpstatus rc_see_other
  3. rc_see_other webrick/httpstatus
  4. rc_see_other webrick::httpstatus

ライブラリ

クラス

キーワード

検索結果

Net::SMTP#tls? -> bool (45343.0)

その Net::SMTP オブジェクトが SMTPS を利用するならば真を返します。

その Net::SMTP オブジェクトが SMTPS を利用するならば真を返します。

@see Net::SMTP#enable_tls, Net::SMTP#disable_tls, Net::SMTP#start

Net::SMTP#starttls? -> Symbol/nil (18340.0)

その Net::SMTP オブジェクトが STARTTLSを利用するかどうかを返します。

その Net::SMTP オブジェクトが STARTTLSを利用するかどうかを返します。

常に利用する(利用できないときは Net::SMTP#start で例外
Net::SMTPUnsupportedCommand を発生) するときは :always を、
利用可能な場合のみ利用する場合は :auto を、
常に利用しない場合には nil を返します。

@see Net::SMTP#start

Net::SMTP#ssl? -> bool (43.0)

その Net::SMTP オブジェクトが SMTPS を利用するならば真を返します。

その Net::SMTP オブジェクトが SMTPS を利用するならば真を返します。

@see Net::SMTP#enable_tls, Net::SMTP#disable_tls, Net::SMTP#start