Attachment ========== .. currentmodule:: flask_attachments .. autoclass:: Attachment :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~Attachment.cached_at ~Attachment.cached_filepath ~Attachment.compressed_size ~Attachment.compression ~Attachment.content_length ~Attachment.content_type ~Attachment.contents ~Attachment.created ~Attachment.digest ~Attachment.digest_algorithm ~Attachment.download_link ~Attachment.etag ~Attachment.extension ~Attachment.filename ~Attachment.id ~Attachment.link ~Attachment.mimetype ~Attachment.size ~Attachment.updated .. rubric:: Methods Summary .. autosummary:: ~Attachment.data ~Attachment.from_file ~Attachment.receive ~Attachment.send ~Attachment.streamed ~Attachment.warm .. rubric:: Attributes Documentation .. autoattribute:: cached_at .. autoattribute:: cached_filepath .. autoattribute:: compressed_size .. autoattribute:: compression .. autoattribute:: content_length .. autoattribute:: content_type .. autoattribute:: contents .. autoattribute:: created .. autoattribute:: digest .. autoattribute:: digest_algorithm .. autoattribute:: download_link .. autoattribute:: etag .. autoattribute:: extension .. autoattribute:: filename .. autoattribute:: id .. autoattribute:: link .. autoattribute:: mimetype .. autoattribute:: size .. autoattribute:: updated .. rubric:: Methods Documentation .. automethod:: data .. automethod:: from_file .. automethod:: receive .. automethod:: send .. automethod:: streamed .. automethod:: warm