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

The Alternative subtype indicates that each contained entity is an alternatively formatted version of the same content. The most complex version should be added to the message first, i.e. it will be sequentially last in the message.

Methods

new  

Public Class methods

Returns a MultipartMedia::Alternative object with a content type of multipart/alternative.

[Validate]