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

Composite entities are handled using MIME mechanisms. A MIME processor must handle the body directly. A CompositeMediaType object is composed of one or more CompositeMediaType and/or DiscreteMediaType objects.

This class is abstract.

Methods

Public Class methods

Public Instance methods

Add a MediaType object to the message.

Attach a MediaType object to the message.

Inline a MediaType object in the message.

[Validate]