Class GData::HTTP::Response
In: lib/gdata/http/response.rb
Parent: Object

An extremely simple class to hold the values of an HTTP response.

Methods

to_xml  

Attributes

body  [RW]  The body of the HTTP response.
headers  [RW]  The headers of the HTTP response.
status_code  [RW]  The HTTP response code.

Public Instance methods

Converts the response body into a REXML::Document

[Validate]