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

The Related subtype aggregates multiple related entities. The message consists of a root (the first entity) which references subsequent inline entities. Message entities should be referenced by their Content-ID header. The syntax of a reference is unspecified and is instead dictated by the encoding or protocol used in the entity.


RFC consulted during implementation:

Methods

new  

Public Class methods

Returns a MultipartMedia::Related object with a content type of multipart/related.

[Validate]