Class: GDocsAPIWrapper::HTTP::Response

Inherits:
Object
  • Object
show all
Defined in:
lib/gdocsapi-wrapper/http/response.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



26
27
28
# File 'lib/gdocsapi-wrapper/http/response.rb', line 26

def body
  @body
end

#headersObject

Returns the value of attribute headers.



27
28
29
# File 'lib/gdocsapi-wrapper/http/response.rb', line 27

def headers
  @headers
end

#status_codeObject

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