struct
Marten::Emailing::Attachment
- Marten::Emailing::Attachment
- Struct
- Value
- Object
Overview
Represents an email attachment.
Defined in:
marten/emailing/attachment.crConstructors
Instance Method Summary
-
#content : Slice(UInt8)
Returns the attached content bytes.
-
#filename : String
Returns the attached file name.
-
#mime_type : String
Returns the attachment MIME type.
-
#size : Int32
Returns the attachment size in bytes.