Class: SimpleSession::Session
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#get_secret_errors, #initialize, #new_session_hash, #req_options, #req_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, ={} super app, end |