Class HTTP::CookieJar::AbstractSaver
In: lib/http/cookie_jar/abstract_saver.rb
Parent: Object

An abstract superclass for all saver classes.

Methods

implementation   load   new   save  

Public Class methods

Gets an implementation class by the name, optionally trying to load "http/cookie_jar/*_saver" if not found. If loading fails, IndexError is raised.

Called by the constructor of each subclass using super().

Public Instance methods

Implements HTTP::CookieJar#load().

This is an abstract method that each subclass must override.

Implements HTTP::CookieJar#save().

This is an abstract method that each subclass must override.

[Validate]