Faker v0.12.0 Faker.Cat.En View Source
Functions for Cat names, breeds and registries in English
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()
Returns a Cat breed string
Examples
iex> Faker.Cat.En.breed()
"Mekong Bobtail"
iex> Faker.Cat.En.breed()
"Suphalak"
iex> Faker.Cat.En.breed()
"Russian White, Black and Tabby"
iex> Faker.Cat.En.breed()
"Asian Semi-longhair"
Link to this function
name()
View Source
name()
View Source
name() :: String.t()
name() :: String.t()
Returns a Cat name string
Examples
iex> Faker.Cat.En.name()
"Daisy"
iex> Faker.Cat.En.name()
"Lily"
iex> Faker.Cat.En.name()
"Felix"
iex> Faker.Cat.En.name()
"Max"
Link to this function
registry()
View Source
registry()
View Source
registry() :: String.t()
registry() :: String.t()
Returns a cat registry string
Examples
iex> Faker.Cat.En.registry()
"Cat Aficionado Association"
iex> Faker.Cat.En.registry()
"Fédération Internationale Féline"
iex> Faker.Cat.En.registry()
"Fédération Internationale Féline"
iex> Faker.Cat.En.registry()
"Fédération Internationale Féline"