Method: MIME::Type#raw_media_type

Defined in:
lib/mime/type.rb

#raw_media_typeObject (readonly)

Returns the media type of the unmodified MIME::Type.

text/plain        => text
x-chemical/x-pdb  => x-chemical
audio/QCELP       => audio


305
306
307
# File 'lib/mime/type.rb', line 305

def raw_media_type
  @raw_media_type
end