Faker v0.7.0 Faker.File
Functions for generating file related data
Summary
Functions
Returns a random file extension
Returns a random file extension from the category given Available categories: :audio, :image, :text, :video, :office
Returns a random file name
Returns a random file name from the category given Available categories: :audio, :image, :text, :video, :office
Returns a random mime type
Returns a random mime type from the category given Available categories: :application, :audio, :image, :message, :model, :multipart, :text, :video
Functions
Specs
file_extension(:atom) :: String.t
Returns a random file extension from the category given Available categories: :audio, :image, :text, :video, :office
Specs
file_name(:atom) :: String.t
Returns a random file name from the category given Available categories: :audio, :image, :text, :video, :office
Specs
mime_type(:atom) :: String.t
Returns a random mime type from the category given Available categories: :application, :audio, :image, :message, :model, :multipart, :text, :video