Class | MIME::ApplicationMedia |
In: |
lib/mime/discrete_media_type.rb
|
Parent: | DiscreteMediaType |
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.