るりまサーチ (Ruby 2.6.0)

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

別のキーワード

  1. uri build
  2. uri extract
  3. uri new
  4. open-uri open
  5. uri regexp

クラス

キーワード

検索結果

URI::Generic#port -> String | nil (87361.0)

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

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

URI::Generic#port=(s) (51433.0)

自身の port を設定します。

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

@param s 自身の port を表す文字列か整数を指定します。

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

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

URI::Generic#default_port -> Integer | nil (51397.0)

self.class.default_port を返します。

...self.class.default_port を返します。

@see URI::Generic.default_port...