Faker v0.10.0 Faker.Pizza View Source

Functions for generating Pizza related data in English.

Link to this section Summary

Functions

Returns a cheese string

Returns a combo string

Returns a Pizza Restaurant string

Returns an inches string

Returns a meat string

Returns a pizza

Returns a list with a number of pizzas

Returns a sauce string

Returns a size string

Returns a random size or inches

Returns a pizza style

Returns a random cheese, sauce, meat or vegetarian topping

Returns a list with a number of toppings

Returns a vegetable string

Link to this section Functions

Returns a cheese string

Returns a combo string

Returns a Pizza Restaurant string

Returns an inches string

Returns a meat string

Returns a pizza

Link to this function pizzas(range \\ %Range{first: 2, last: 5}) View Source
pizzas(Range.t()) :: [String.t()]
pizzas(integer()) :: [String.t()]

Returns a list with a number of pizzas.

If an integer is provided, exactly that number of pizzas will be returned. If a range is provided, the number will be in the range. If no range or integer is specified it defaults to 2..5

Returns a sauce string

Returns a size string

Link to this function size_or_inches() View Source
size_or_inches() :: String.t()

Returns a random size or inches

Returns a pizza style

Returns a random cheese, sauce, meat or vegetarian topping

Link to this function toppings(range \\ %Range{first: 2, last: 5}) View Source
toppings(Range.t()) :: [String.t()]
toppings(integer()) :: [String.t()]

Returns a list with a number of toppings.

If an integer is provided, exactly that number of toppings will be returned. If a range is provided, the number will be in the range. If no range or integer is specified it defaults to 2..5

Returns a vegetable string