Faker v0.11.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
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"
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"