C# Class Faker.Beer

A collection of Beer related generator tasks.
Exibir arquivo Open project: AdmiringWorm/Faker.NET.Portable

Public Methods

Method Description
Alcohol ( ) : string

Generates a random alcohol percentage between 2.0 and 10.0

Hop ( ) : string

Generates a random hop type

IBU ( ) : string

Generates a random IBU (Bitterness of the beer)

Description of IBU is at

Malt ( ) : string

Generates a random beer malt type

Name ( ) : string

Generates a random Beer Name

Style ( ) : string

Generates a random Beer Style

Yeast ( ) : string

Generates a random yeast type

Method Details

Alcohol() public static method

Generates a random alcohol percentage between 2.0 and 10.0
public static Alcohol ( ) : string
return string

Hop() public static method

Generates a random hop type
public static Hop ( ) : string
return string

IBU() public static method

Generates a random IBU (Bitterness of the beer)
Description of IBU is at
public static IBU ( ) : string
return string

Malt() public static method

Generates a random beer malt type
public static Malt ( ) : string
return string

Name() public static method

Generates a random Beer Name
public static Name ( ) : string
return string

Style() public static method

Generates a random Beer Style
public static Style ( ) : string
return string

Yeast() public static method

Generates a random yeast type
public static Yeast ( ) : string
return string