Method: MIME::Type#raw_sub_type
- Defined in:
- lib/mime/type.rb
#raw_sub_type ⇒ Object (readonly)
Returns the media type of the unmodified MIME::Type.
text/plain => plain
x-chemical/x-pdb => x-pdb
audio/QCELP => qcelp
317 318 319 |
# File 'lib/mime/type.rb', line 317 def raw_sub_type @raw_sub_type end |