Class: Fringe::BaseController
- Inherits:
-
Object
- Object
- Fringe::BaseController
- Defined in:
- lib/fringe/server.rb
Instance Attribute Summary collapse
-
#req ⇒ Object
Returns the value of attribute req.
Instance Method Summary collapse
-
#initialize(req) ⇒ BaseController
constructor
A new instance of BaseController.
Constructor Details
#initialize(req) ⇒ BaseController
Returns a new instance of BaseController.
6 7 8 |
# File 'lib/fringe/server.rb', line 6 def initialize(req) @req = req end |
Instance Attribute Details
#req ⇒ Object
Returns the value of attribute req.
5 6 7 |
# File 'lib/fringe/server.rb', line 5 def req @req end |