| Class | GH::Response |
| In: |
lib/gh/response.rb
|
| Parent: | Object |
Public: Class wrapping low level Github responses.
Delegates safe methods to the parsed body (expected to be an Array or Hash).
| body | [RW] | |
| data | [RW] | |
| headers | [RW] | |
| url | [RW] |
Internal: Initializes a new instance.
headers - HTTP headers as a Hash body - HTTP body as a String