Faker v0.12.0 Faker.Beer.En View Source
Functions for generating Beer related data in English
Link to this section Summary
Link to this section Functions
Link to this function
brand()
View Source
brand()
View Source
brand() :: String.t()
brand() :: String.t()
Returns a Beer brand string
Examples
iex> Faker.Beer.En.brand()
"Paulaner"
iex> Faker.Beer.En.brand()
"Pabst Blue Ribbon"
iex> Faker.Beer.En.brand()
"Kirin Inchiban"
iex> Faker.Beer.En.brand()
"Birra Moretti"
Link to this function
hop()
View Source
hop()
View Source
hop() :: String.t()
hop() :: String.t()
Returns a hop name string
Examples
iex> Faker.Beer.En.hop()
"Eroica"
iex> Faker.Beer.En.hop()
"Bullion"
iex> Faker.Beer.En.hop()
"Mt. Rainier"
iex> Faker.Beer.En.hop()
"Citra"
Link to this function
malt()
View Source
malt()
View Source
malt() :: String.t()
malt() :: String.t()
Returns a malt name string
Examples
iex> Faker.Beer.En.malt()
"Carapils"
iex> Faker.Beer.En.malt()
"Pale"
iex> Faker.Beer.En.malt()
"Rye malt"
iex> Faker.Beer.En.malt()
"Munich"
Link to this function
name()
View Source
name()
View Source
name() :: String.t()
name() :: String.t()
Returns a Beer name string
Examples
iex> Faker.Beer.En.name()
"Duvel"
iex> Faker.Beer.En.name()
"Founders Kentucky Breakfast"
iex> Faker.Beer.En.name()
"Yeti Imperial Stout"
iex> Faker.Beer.En.name()
"Stone Imperial Russian Stout"
Link to this function
style()
View Source
style()
View Source
style() :: String.t()
style() :: String.t()
Returns a style name string
Examples
iex> Faker.Beer.En.style()
"Stout"
iex> Faker.Beer.En.style()
"European Amber Lager"
iex> Faker.Beer.En.style()
"Strong Ale"
iex> Faker.Beer.En.style()
"German Wheat And Rye Beer"
Link to this function
yeast()
View Source
yeast()
View Source
yeast() :: String.t()
yeast() :: String.t()
Returns a yeast name string
Examples
iex> Faker.Beer.En.yeast()
"2206 - Bavarian Lager"
iex> Faker.Beer.En.yeast()
"3763 - Roeselare Ale Blend"
iex> Faker.Beer.En.yeast()
"3711 - French Saison"
iex> Faker.Beer.En.yeast()
"3944 - Belgian Witbier"