Faker v0.12.0 Faker.Cat View Source
Functions for generating Cat names, breeds, and registries
Link to this section Summary
Link to this section Functions
Link to this function
breed()
View Source
breed()
View Source
breed() :: String.t()
breed() :: String.t()
Return a random Cat breed
Examples
iex> Faker.Cat.breed()
"Mekong Bobtail"
iex> Faker.Cat.breed()
"Suphalak"
iex> Faker.Cat.breed()
"Russian White, Black and Tabby"
iex> Faker.Cat.breed()
"Asian Semi-longhair"
Link to this function
name()
View Source
name()
View Source
name() :: String.t()
name() :: String.t()
Return a random Cat name
Examples
iex> Faker.Cat.name()
"Daisy"
iex> Faker.Cat.name()
"Lily"
iex> Faker.Cat.name()
"Felix"
iex> Faker.Cat.name()
"Max"
Link to this function
registry()
View Source
registry()
View Source
registry() :: String.t()
registry() :: String.t()
Return a random Cat registry
Examples
iex> Faker.Cat.registry()
"Cat Aficionado Association"
iex> Faker.Cat.registry()
"Fédération Internationale Féline"
iex> Faker.Cat.registry()
"Fédération Internationale Féline"
iex> Faker.Cat.registry()
"Fédération Internationale Féline"