Class: MIME::Content::Media

Inherits:
Media
  • Object
show all
Defined in:
lib/safrano/multipart.rb

Overview

due to the recursive nature of multipart media, a media-content should be seen as a full-fledged media(header+content) as well

Instance Attribute Summary collapse

Attributes inherited from Media

#content, #ct, #hd, #level, #response

Method Summary

Methods inherited from Media

#initialize

Constructor Details

This class inherits a constructor from MIME::Media

Instance Attribute Details

#parserObject

Returns the value of attribute parser.



191
192
193
# File 'lib/safrano/multipart.rb', line 191

def parser
  @parser
end