| Class | FTW::Cookies::Cookie |
| In: |
lib/ftw/cookies.rb
lib/ftw/cookies.rb |
| Parent: | Object |
This is a Cookie. It expires, has a value, a name, etc. I could have used stdlib CGI::Cookie, but it actually parses cookie strings incorrectly and also lacks the ‘httponly’ attribute.
| STANDARD_ATTRIBUTES | = | [:domain, :path, :comment, :expires, :secure, :httponly] | List of standard cookie attributes | |
| STANDARD_ATTRIBUTES | = | [:domain, :path, :comment, :expires, :secure, :httponly] | List of standard cookie attributes |
| comment | [RW] | |
| comment | [RW] | |
| domain | [RW] | |
| domain | [RW] | |
| expires | [RW] | |
| expires | [RW] | |
| httponly | [RW] | |
| httponly | [RW] | |
| name | [RW] | |
| name | [RW] | |
| path | [RW] | |
| path | [RW] | |
| secure | [RW] | |
| secure | [RW] | |
| value | [RW] | |
| value | [RW] |