Class: RackSessionManipulation::Config
- Inherits:
-
Struct
- Object
- Struct
- RackSessionManipulation::Config
- Defined in:
- lib/rack_session_manipulation/config.rb
Overview
A data storage structure for holding configuration related information.
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path
4 5 6 |
# File 'lib/rack_session_manipulation/config.rb', line 4 def path @path end |