Class WWW::Mechanize::CookieJar
In: lib/mechanize/cookie.rb
Parent: Object

This class is used to manage the Cookies that have been returned from any particular website.

Methods

add   clear!   cookies   empty?   load   new   save_as   to_a  

Attributes

jar  [R] 

Public Class methods

Public Instance methods

Add a cookie to the Jar.

Clear the cookie jar

Fetch the cookies that should be used for the URI object passed in.

Load cookie jar from a file stored as YAML

Save the cookie jar to a file as YAML

[Validate]