Class: Rack::Client::Response
- Inherits:
-
Response
- Object
- Response
- Rack::Client::Response
- Defined in:
- lib/rack/client/response.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(status, headers, body) ⇒ Response
constructor
A new instance of Response.
Constructor Details
#initialize(status, headers, body) ⇒ Response
Returns a new instance of Response.
4 5 6 |
# File 'lib/rack/client/response.rb', line 4 def initialize(status, headers, body) super(body, status, headers) end |