Class: GDocsAPIWrapper::HTTP::Response
- Inherits:
-
Object
- Object
- GDocsAPIWrapper::HTTP::Response
- Defined in:
- lib/gdocsapi-wrapper/http/response.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#status_code ⇒ Object
Returns the value of attribute status_code.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body.
26 27 28 |
# File 'lib/gdocsapi-wrapper/http/response.rb', line 26 def body @body end |
#headers ⇒ Object
Returns the value of attribute headers.
27 28 29 |
# File 'lib/gdocsapi-wrapper/http/response.rb', line 27 def headers @headers end |
#status_code ⇒ Object
Returns the value of attribute status_code.
25 26 27 |
# File 'lib/gdocsapi-wrapper/http/response.rb', line 25 def status_code @status_code end |