Method: MIME::Type#raw_sub_type

Defined in:
lib/mime-types-1.16/lib/mime/types.rb

#raw_sub_typeObject (readonly)

Returns the media type of the unmodified MIME type.

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


155
156
157
# File 'lib/mime-types-1.16/lib/mime/types.rb', line 155

def raw_sub_type
  @raw_sub_type
end