Class: _APPLICATION_UPCODE_::Session
- Inherits:
-
RubyApp::Session
- Object
- RubyApp::Session
- _APPLICATION_UPCODE_::Session
- Defined in:
- lib/ruby_app/templates/application/lib/_APPLICATION_DOWNCODE_/session.rb
Instance Attribute Summary
Attributes inherited from RubyApp::Session
#data, #documents, #expires, #identity, #session_id
Instance Method Summary collapse
-
#initialize ⇒ Session
constructor
A new instance of Session.
Methods inherited from RubyApp::Session
#add_step!, #document, #expired?, generate_session_id, get, get_scripts, get_session, load!, #load_script!, lock_sessions, #process_event!, #quit!, #reset_expiry!, #reset_script!, sessions, start_thread!, stop_thread!, unload!
Methods included from RubyApp::Mixins::ConfigurationMixin
Methods included from RubyApp::Mixins::DelegateMixin
Methods included from RubyApp::Mixins::TranslateMixin
Constructor Details
#initialize ⇒ Session
Returns a new instance of Session.
10 11 12 13 |
# File 'lib/ruby_app/templates/application/lib/_APPLICATION_DOWNCODE_/session.rb', line 10 def initialize require '_APPLICATION_DOWNCODE_/elements/documents/default_document' super(_APPLICATION_UPCODE_::Elements::Documents::DefaultDocument.new) end |