Class MIME::MultipartMedia
In: lib/mime/composite_media_type.rb
Parent: CompositeMediaType

The abstract base class for all multipart message subtypes. The entities of a multipart message are delimited by a unique boundary.

Methods

body   boundary   new  

Classes and Modules

Class MIME::MultipartMedia::Alternative
Class MIME::MultipartMedia::FormData
Class MIME::MultipartMedia::Mixed
Class MIME::MultipartMedia::Related

Public Class methods

Public Instance methods

Return the multipart representation of the body.

The boundary used to separate the message entities.

[Validate]