struct

Marten::Emailing::Attachment

Inherits Struct < Value < Object

Represents an email attachment.

Constructors

new(filename : String, mime_type : String, content : Bytes)
Source

Instance methods

content

Returns the attached content bytes.

Source
filename

Returns the attached file name.

Source
mime_type

Returns the attachment MIME type.

Source
size

Returns the attachment size in bytes.

Source