Faker.Cat.En (Faker v0.16.0) View Source
Functions for Cat names, breeds and registries in English
Link to this section Summary
Link to this section Functions
Specs
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"
Specs
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"
Specs
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"