Class: Parse::NetHttpClient::NetHttpResponseWrapper
- Inherits:
-
Object
- Object
- Parse::NetHttpClient::NetHttpResponseWrapper
- Defined in:
- lib/parse/http_client.rb
Instance Method Summary collapse
- #body ⇒ Object
-
#initialize(response) ⇒ NetHttpResponseWrapper
constructor
A new instance of NetHttpResponseWrapper.
- #status ⇒ Object
Constructor Details
#initialize(response) ⇒ NetHttpResponseWrapper
Returns a new instance of NetHttpResponseWrapper.
23 |
# File 'lib/parse/http_client.rb', line 23 def initialize(response) @response = response end |