Class: Fringe::BaseController

Inherits:
Object
  • Object
show all
Defined in:
lib/fringe/server.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#reqObject

Returns the value of attribute req.



5
6
7
# File 'lib/fringe/server.rb', line 5

def req
  @req
end