Class: EventMachine::HttpResponse

Inherits:
Response
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/appbooster-server/response.rb

Instance Attribute Summary

Attributes inherited from Response

#content, #headers, #status

Instance Method Summary collapse

Methods inherited from Response

#content_type, #send_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