Class GData::HTTP::MimeBody
In: lib/gdata/http/mime_body.rb
Parent: Object

Class acts as a virtual file handle to a MIME multipart message body

Methods

content_type   new   read  

Attributes

boundary  [R]  The MIME boundary being used.

Public Class methods

All fields are required, the entry should be a string and is assumed to be XML.

Public Instance methods

Returns the content type of the message including boundary.

Implement read so that this class can be treated as a stream.

[Validate]