Class
ActionController::Session::AbstractStore::SessionHash
In:
lib/action_controller/session/abstract_store.rb
Parent:
Hash
Methods
[]
[]=
clear
data
delete
destroy
exists?
has_key?
inspect
loaded?
new
session_id
to_hash
update
Public Class methods
new
(by, env)
Public Instance methods
[]
(key)
[]=
(key, value)
clear
()
data
()
delete
(key)
destroy
()
exists?
()
has_key?
(key)
inspect
()
loaded?
()
session_id
()
to_hash
()
update
(hash)
[Validate]