Class Rack::Session::Abstract::SessionHash
In: lib/rack/session/abstract/id.rb
Parent: Object

SessionHash is responsible to lazily load the session from store.

Methods

[]   []=   clear   delete   destroy   each   empty?   exists?   fetch   find   has_key?   id   include?   inspect   key?   keys   loaded?   merge!   new   options   replace   set   set_options   store   to_hash   update   values  

Included Modules

Enumerable

Attributes

id  [W] 

Public Class methods

Public Instance methods

fetch(key)

Alias for #[]

include?(key)

Alias for has_key?

key?(key)

Alias for has_key?

merge!(hash)

Alias for update

store(key, value)

Alias for #[]=

[Validate]