るりまサーチ

最速Rubyリファレンスマニュアル検索!
22件ヒット [1-22件を表示] (0.137秒)
トップページ > 種類:インスタンスメソッド[x] > クエリ:n[x] > クエリ:pass[x] > クラス:URI::Generic[x]

別のキーワード

  1. etc sc_xopen_enh_i18n
  2. rsa n
  3. rsa n=
  4. openssl n
  5. pop n_mails

ライブラリ

キーワード

検索結果

URI::Generic#password -> String | nil (9202.0)

自身の password を文字列で返します。設定されていない場合は nil を返します。

...自身の password を文字列で返します。設定されていない場合は nil を返します。...

URI::Generic#password=(s) (9102.0)

自身の password を設定します。

...自身の password を設定します。

自身に user が設定されていない場合には例外が発生します。

@param s 自身の password を表す文字列を指定します。

@raise URI::InvalidComponentError 不正な引数 s に対して発生します。

@raise URI::InvalidURI...
...Error userinfo と registry を同時に設定した場合に発生します。...