Class: MIME::ApplicationMedia
- Inherits:
-
DiscreteMediaType
- Object
- MediaType
- DiscreteMediaType
- MIME::ApplicationMedia
- Defined in:
- lib/mime/discrete_media_type.rb
Overview
ApplicationMedia is intended for discrete data that is to be processed by some type of application program. The body contains information which must be processed by an application before it is viewable or usable by a user.
ApplicationMedia is the catch all class. If your content cannot be identified as another DiscreteMediaType, then it is application media.
See DiscreteMediaType.new for initialization parameters.
Instance Attribute Summary
Attributes inherited from MediaType
Attributes included from Headers::MIME
#content_description, #content_disposition, #content_id, #content_transfer_encoding, #content_type, #mime_version
Method Summary
Methods inherited from DiscreteMediaType
Methods inherited from MediaType
Constructor Details
This class inherits a constructor from MIME::DiscreteMediaType