るりまサーチ

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

別のキーワード

  1. generic default_port
  2. generic component
  3. generic build
  4. generic build2

ライブラリ

クラス

キーワード

検索結果

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

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

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

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

自身の password を設定します。

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

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

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

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

@raise URI::InvalidUR...

URI::Generic#userinfo -> String | nil (3017.0)

自身の userinfo を "username:password" という形式の文字列で返します。 設定されていない場合は nil を返します。

...自身の userinfo を "username:password" という形式の文字列で返します。
設定されていない場合は nil を返します。...

URI::Generic#userinfo=(s) (3013.0)

自身の userinfo を設定します。

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

@param s 自身の userinfo を "username" か "username:password" という形式の文字列、あるいは
[username, password] という形式の文字列の配列で指定します。

@raise URI::InvalidComponentError 不正な引数 s に対...

URI::Generic#user -> String | nil (3007.0)

自身の userinfo を文字列で返します。

...自身の userinfo を文字列で返します。

userinfo が「username:password」の形式である場合は、username 部を返します。
設定されていない場合は nil を返します。...

絞り込み条件を変える