Class: MIME::Multipart::Mixed

Inherits:
MIME::Multipart show all
Defined in:
lib/mime/composite_media.rb

Overview

The Mixed subtype aggregates contextually independent entities.

Instance Attribute Summary

Attributes inherited from CompositeMedia

#boundary

Attributes inherited from MIME::Media

#body, #headers

Attributes included from Headers::MIME

#description, #disposition, #id, #mime_version, #transfer_encoding, #type

Instance Method Summary collapse

Methods inherited from CompositeMedia

#add, #attach, #inline

Methods inherited from MIME::Media

#to_s

Constructor Details

#initializeMixed

Returns a Multipart::Mixed object with a content type of multipart/mixed.



205
206
207
# File 'lib/mime/composite_media.rb', line 205

def initialize
  super('mixed')
end