Class: SimpleSession::Session

Inherits:
Base
  • Object
show all
Defined in:
lib/simple_session.rb

Instance Attribute Summary

Attributes inherited from Base

#request, #session

Instance Method Summary collapse

Methods inherited from Base

#add_session, #cipher_key, #decrypt, #digest, #encrypt, #extract_session, #get_secret_errors, #hmac, #initialize, #load_cipher, #load_environment, #new_cipher, #new_session_hash, #options_changed?, #options_hash, #req_session, #session_changed?, #set_cookie_header, #signature, #unload_cipher, #update_options, #update_session

Constructor Details

This class inherits a constructor from SimpleSession::Base

Instance Method Details

#call(env) ⇒ Object



19
20
21
# File 'lib/simple_session.rb', line 19

def call env
  super env
end

#initalize(app, options = {}) ⇒ Object



15
16
17
# File 'lib/simple_session.rb', line 15

def initalize app, options={}
  super app, options
end