Beer Class

Summary

A collection of Beer related generator tasks.
Namespace
Faker
Base Types
  • object
graph TD Base0["object"]-->Type Type["Beer"] class Type type-node

Syntax

public static class Beer

Methods

Name Value Summary
Alcohol() string
Generates a random alcohol percentage between 2.0 and 10.0
static
Hop() string
Generates a random hop type
static
IBU() string
Generates a random IBU (Bitterness of the beer)
static
Malt() string
Generates a random beer malt type
static
Name() string
Generates a random Beer Name
static
Style() string
Generates a random Beer Style
static
Yeast() string
Generates a random yeast type
static
GitHub