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

#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, options={}
  super app, options
end