Class: Cookie (WEBrick)

Overview
Module Structure
Class Hierarchy
Class Methods
Cookie.parse / 1
Cookie.parse_set_cookie / 1
Cookie.parse_set_cookies / 1
Instance Attributes
Cookie#name [R]
Cookie#value [RW]
Cookie#version [RW]
Cookie#domain [RW]
Cookie#path [RW]
Cookie#secure [RW]
Cookie#comment [RW]
Cookie#max_age [RW]
Instance Methods
Cookie#initialize / 2
Cookie#expires= / 1
Cookie#expires
Cookie#to_s
is a submodule of
module: WEBrick   
has modular siblings
class: ServerError   
class: SimpleServer   
class: Daemon   
class: GenericServer   
class: HTTPServerError   
class: HTTPServer   
module: HTTPServlet   
class: HTTPRequest   
class: HTTPResponse   
module: HTTPStatus   
module: HTTPUtils   
class: HTTPVersion   
module: HTTPAuth   
module: Config   
module: Utils   
class: CGI   
module: HTMLUtils   
class: HTTPProxyServer   
class: BasicLog   
class: Log   
module: AccessLog   
inherits from
  Object ( Builtin-Module )
has class siblings
  Exception ( Builtin-Module )
  String ( Builtin-Module )
  SimpleServer ( WEBrick )
  Daemon ( WEBrick )
  GenericServer ( WEBrick )
  MountTable ( WEBrick::HTTPServer )
  AbstractServlet ( WEBrick::HTTPServlet )
  HTTPRequest ( WEBrick )
  HTTPResponse ( WEBrick )
  HTTPVersion ( WEBrick )
  BasicAuth ( WEBrick::HTTPAuth )
  DigestAuth ( WEBrick::HTTPAuth )
  Htdigest ( WEBrick::HTTPAuth )
  Htgroup ( WEBrick::HTTPAuth )
  Htpasswd ( WEBrick::HTTPAuth )
  CGI ( WEBrick )
  Socket ( WEBrick::CGI )
  BasicLog ( WEBrick )
has properties
attribute: name [R]   
attribute: value [RW]   
attribute: version [RW]   
attribute: domain [RW]   
attribute: path [RW]   
attribute: secure [RW]   
attribute: comment [RW]   
attribute: max_age [RW]   
method: initialize / 2   
method: expires= / 1   
method: expires   
method: to_s   
class method: parse / 1   
class method: parse_set_cookie / 1   
class method: parse_set_cookies / 1   
is defined at
#15 in webrick/cookie.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: <Built-in Module>
class: Exception     
class: String     
  module: WEBrick
  class: ServerError
  class: SimpleServer
  class: Daemon
  class: GenericServer
  class: HTTPServerError
  class: HTTPServer
class: MountTable     
  module: HTTPServlet
class: AbstractServlet     
  class: HTTPRequest
  class: HTTPResponse
  module: HTTPStatus
  module: HTTPUtils
  class: HTTPVersion
  module: HTTPAuth
class: BasicAuth     
class: DigestAuth     
class: Htdigest     
class: Htgroup     
class: Htpasswd     
  module: Config
  module: Utils
  class: CGI
class: Socket     
✗ class: Cookie
  module: HTMLUtils
  class: HTTPProxyServer
  class: BasicLog
  class: Log
  module: AccessLog

Class Hierarchy

Object ( Builtin-Module )
Exception ( Builtin-Module )
String ( Builtin-Module )
SimpleServer ( WEBrick )
Daemon ( WEBrick )
GenericServer ( WEBrick )
HTTPServer ( WEBrick )
  HTTPProxyServer     
MountTable ( WEBrick::HTTPServer )
AbstractServlet ( WEBrick::HTTPServlet )
HTTPRequest ( WEBrick )
HTTPResponse ( WEBrick )
HTTPVersion ( WEBrick )
BasicAuth ( WEBrick::HTTPAuth )
DigestAuth ( WEBrick::HTTPAuth )
Htdigest ( WEBrick::HTTPAuth )
Htgroup ( WEBrick::HTTPAuth )
Htpasswd ( WEBrick::HTTPAuth )
CGI ( WEBrick )
Socket ( WEBrick::CGI )
Cookie ( WEBrick )
has properties
attribute: name [R]   
attribute: value [RW]   
attribute: version [RW]   
attribute: domain [RW]   
attribute: path [RW]   
attribute: secure [RW]   
attribute: comment [RW]   
attribute: max_age [RW]   
method: initialize / 2   
method: expires= / 1   
method: expires   
method: to_s   
class method: parse / 1   
class method: parse_set_cookie / 1   
class method: parse_set_cookies / 1   
BasicLog ( WEBrick )
  Log     

Class Methods

Cookie.parse / 1

#55 in webrick/cookie.rb

parse ( str )

Cookie.parse_set_cookie / 1

#79 in webrick/cookie.rb

parse_set_cookie ( str )

Cookie.parse_set_cookies / 1

#104 in webrick/cookie.rb

parse_set_cookies ( str )

Instance Attributes

Cookie#name [R]

#17 in webrick/cookie.rb

Cookie#value [RW]

#18 in webrick/cookie.rb

Cookie#version [RW]

#18 in webrick/cookie.rb

Cookie#domain [RW]

#19 in webrick/cookie.rb

Cookie#path [RW]

#19 in webrick/cookie.rb

Cookie#secure [RW]

#19 in webrick/cookie.rb

Cookie#comment [RW]

#20 in webrick/cookie.rb

Cookie#max_age [RW]

#20 in webrick/cookie.rb

Instance Methods

Cookie#initialize / 2

#23 in webrick/cookie.rb

initialize ( name ,
  value )

Cookie#expires= / 1

#32 in webrick/cookie.rb

expires= ( t )

Cookie#expires

#36 in webrick/cookie.rb

expires

Cookie#to_s

#40 in webrick/cookie.rb

to_s