Class: Dommy::Rack::CookieJar::CookieEntry
- Inherits:
-
Struct
- Object
- Struct
- Dommy::Rack::CookieJar::CookieEntry
- Defined in:
- lib/dommy/rack/cookie_jar.rb
Instance Attribute Summary collapse
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#expires ⇒ Object
Returns the value of attribute expires.
-
#host_only ⇒ Object
Returns the value of attribute host_only.
-
#http_only ⇒ Object
Returns the value of attribute http_only.
-
#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
12 13 14 |
# File 'lib/dommy/rack/cookie_jar.rb', line 12 def domain @domain end |
#expires ⇒ Object
Returns the value of attribute expires
12 13 14 |
# File 'lib/dommy/rack/cookie_jar.rb', line 12 def expires @expires end |
#host_only ⇒ Object
Returns the value of attribute host_only
12 13 14 |
# File 'lib/dommy/rack/cookie_jar.rb', line 12 def host_only @host_only end |
#http_only ⇒ Object
Returns the value of attribute http_only
12 13 14 |
# File 'lib/dommy/rack/cookie_jar.rb', line 12 def http_only @http_only end |
#name ⇒ Object
Returns the value of attribute name
12 13 14 |
# File 'lib/dommy/rack/cookie_jar.rb', line 12 def name @name end |
#path ⇒ Object
Returns the value of attribute path
12 13 14 |
# File 'lib/dommy/rack/cookie_jar.rb', line 12 def path @path end |
#secure ⇒ Object
Returns the value of attribute secure
12 13 14 |
# File 'lib/dommy/rack/cookie_jar.rb', line 12 def secure @secure end |
#value ⇒ Object
Returns the value of attribute value
12 13 14 |
# File 'lib/dommy/rack/cookie_jar.rb', line 12 def value @value end |