Class: Gitrob::Github::HttpClient::Response
- Inherits:
-
Struct
- Object
- Struct
- Gitrob::Github::HttpClient::Response
- Defined in:
- lib/gitrob/github/http_client.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
31 32 33 |
# File 'lib/gitrob/github/http_client.rb', line 31 def body @body end |
#headers ⇒ Object
Returns the value of attribute headers
31 32 33 |
# File 'lib/gitrob/github/http_client.rb', line 31 def headers @headers end |
#status ⇒ Object
Returns the value of attribute status
31 32 33 |
# File 'lib/gitrob/github/http_client.rb', line 31 def status @status end |