class Athena::MIME::Header::Path
inherits Athena::MIME::Header::Abstract
#
Represents a Path MIME Header for something like return-path
(one address).
Constructors#
.new(name : String, value : AMIME::Address)
#
Methods#
#body : AMIME::Address
#
Returns the body of this header.
#body=(body : AMIME::Address)
#
Sets the body of this header.