Class: HTTY::Rack::Session
- Inherits:
-
Session
- Object
- Session
- HTTY::Rack::Session
- Defined in:
- lib/htty/rack/session.rb
Instance Attribute Summary collapse
-
#app_file ⇒ Object
Returns the value of attribute app_file.
Instance Method Summary collapse
-
#initialize(app_file_name) ⇒ Session
constructor
A new instance of Session.
Constructor Details
Instance Attribute Details
#app_file ⇒ Object
Returns the value of attribute app_file.
2 3 4 |
# File 'lib/htty/rack/session.rb', line 2 def app_file @app_file end |