Class: EventMachine::HttpResponse
- Extended by:
- Forwardable
- Defined in:
- lib/appbooster-server/response.rb
Instance Attribute Summary
Attributes inherited from Response
Instance Method Summary collapse
-
#initialize(delegate) ⇒ HttpResponse
constructor
A new instance of HttpResponse.
Methods inherited from Response
Constructor Details
#initialize(delegate) ⇒ HttpResponse
Returns a new instance of HttpResponse.
51 52 53 54 |
# File 'lib/appbooster-server/response.rb', line 51 def initialize delegate super() @delegate = delegate end |