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