Melib v0.1.11 Melib.Attachment View Source
Link to this section Summary
Link to this section Types
Link to this type
dirty() View Source
Link to this type
ext()
View Source
ext()
View Source
ext() :: binary()
ext() :: binary()
Link to this type
file()
View Source
file()
View Source
file() :: binary()
file() :: binary()
Link to this type
filename()
View Source
filename()
View Source
filename() :: binary()
filename() :: binary()
Link to this type
format()
View Source
format()
View Source
format() :: binary()
format() :: binary()
Link to this type
md5()
View Source
md5()
View Source
md5() :: binary()
md5() :: binary()
Link to this type
md5_hash()
View Source
md5_hash()
View Source
md5_hash() :: binary()
md5_hash() :: binary()
Link to this type
mime_type()
View Source
mime_type()
View Source
mime_type() :: mime_type()
mime_type() :: mime_type()
Link to this type
operations()
View Source
operations()
View Source
operations() :: Keyword.t()
operations() :: Keyword.t()
Link to this type
path()
View Source
path()
View Source
path() :: binary()
path() :: binary()
Link to this type
postfix()
View Source
postfix()
View Source
postfix() :: binary()
postfix() :: binary()
Link to this type
sha256()
View Source
sha256()
View Source
sha256() :: binary()
sha256() :: binary()
Link to this type
sha256_hash()
View Source
sha256_hash()
View Source
sha256_hash() :: binary()
sha256_hash() :: binary()
Link to this type
sha512()
View Source
sha512()
View Source
sha512() :: binary()
sha512() :: binary()
Link to this type
sha512_hash()
View Source
sha512_hash()
View Source
sha512_hash() :: binary()
sha512_hash() :: binary()
Link to this type
size()
View Source
size()
View Source
size() :: integer()
size() :: integer()
Link to this type
t()
View Source
t()
View Source
t() :: %Melib.Attachment{
dirty: dirty(),
ext: ext(),
file: file(),
filename: filename(),
format: format(),
md5: md5(),
md5_hash: md5_hash(),
mime_type: mime_type(),
operations: operations(),
path: path(),
postfix: postfix(),
sha256: sha256(),
sha256_hash: sha256_hash(),
sha512: sha512(),
sha512_hash: sha512_hash(),
size: size(),
verbosed: verbosed()
}
t() :: %Melib.Attachment{ dirty: dirty(), ext: ext(), file: file(), filename: filename(), format: format(), md5: md5(), md5_hash: md5_hash(), mime_type: mime_type(), operations: operations(), path: path(), postfix: postfix(), sha256: sha256(), sha256_hash: sha256_hash(), sha512: sha512(), sha512_hash: sha512_hash(), size: size(), verbosed: verbosed() }
Link to this type
verbosed()
View Source
verbosed()
View Source
verbosed() :: binary()
verbosed() :: binary()