class Athena::MIME::Part::Multipart::Related
inherits Athena::MIME::Part::AbstractMultipart
#
Represents a related
part.
Constructors#
.new(main_part : AMIME::Part::Abstract, parts : Enumerable(AMIME::Part::Abstract))
#
Methods#
#media_sub_type : String
#
Returns the media sub-type of this part.
E.g. pdf
within application/pdf
.
#parts : Array(AMIME::Part::Abstract)
#
Returns the parts that make up this multipart part.