Class: Buzz::CookieJar::Cookie
- Inherits:
-
Struct
- Object
- Struct
- Buzz::CookieJar::Cookie
- Defined in:
- lib/buzz/cookie_jar.rb
Instance Attribute Summary collapse
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#expires ⇒ Object
Returns the value of attribute expires.
-
#httponly ⇒ Object
Returns the value of attribute httponly.
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
-
#secure ⇒ Object
Returns the value of attribute secure.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#domain ⇒ Object
Returns the value of attribute domain
8 9 10 |
# File 'lib/buzz/cookie_jar.rb', line 8 def domain @domain end |
#expires ⇒ Object
Returns the value of attribute expires
8 9 10 |
# File 'lib/buzz/cookie_jar.rb', line 8 def expires @expires end |
#httponly ⇒ Object
Returns the value of attribute httponly
8 9 10 |
# File 'lib/buzz/cookie_jar.rb', line 8 def httponly @httponly end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/buzz/cookie_jar.rb', line 8 def name @name end |
#path ⇒ Object
Returns the value of attribute path
8 9 10 |
# File 'lib/buzz/cookie_jar.rb', line 8 def path @path end |
#secure ⇒ Object
Returns the value of attribute secure
8 9 10 |
# File 'lib/buzz/cookie_jar.rb', line 8 def secure @secure end |
#value ⇒ Object
Returns the value of attribute value
8 9 10 |
# File 'lib/buzz/cookie_jar.rb', line 8 def value @value end |