るりまサーチ

最速Rubyリファレンスマニュアル検索!
88件ヒット [1-88件を表示] (0.150秒)
トップページ > クエリ:-[x] > クエリ:r[x] > クラス:CGI::Cookie[x]

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method new
  4. irb/input-method gets
  5. matrix -

ライブラリ

キーワード

検索結果

CGI::Cookie#expires -> Time (6201.0)

クッキーの有効期限を返します。

クッキーの有効期限を返します。

CGI::Cookie#secure -> bool (6201.0)

自身がセキュアクッキーである場合は、真を返します。 そうでない場合は、偽を返します。

自身がセキュアクッキーである場合は、真を返します。
そうでない場合は、偽を返します。

CGI::Cookie.parse(raw_cookie) -> Hash (6201.0)

クッキー文字列をパースします。

...クッキー文字列をパースします。

@param raw_cookie 生のクッキーを表す文字列を指定します。

例:
cookies = CGI::Cookie.parse("raw_cookie_string")
# { "name1" => cookie1, "name2" => cookie2, ... }...

CGI::Cookie#domain -> String (201.0)

クッキーを適用するドメインを返します。

クッキーを適用するドメインを返します。

CGI::Cookie#name -> String (201.0)

クッキーの名前を返します。

クッキーの名前を返します。

絞り込み条件を変える

CGI::Cookie#path -> String (201.0)

クッキーを適用するパスを返します。

クッキーを適用するパスを返します。

CGI::Cookie#to_s -> String (201.0)

クッキーの文字列表現を返します。

クッキーの文字列表現を返します。

CGI::Cookie#value -> Array (201.0)

クッキーの値を返します。

クッキーの値を返します。