Faker v0.11.0 Faker.Industry.En View Source

Functions for generating Industry related data in English

Link to this section Summary

Functions

Returns a industry name string

Returns a sector name string

Returns a sub sector name string

Returns a super sector name string

Link to this section Functions

Returns a industry name string

Examples

iex> Faker.Industry.En.industry
"Oil & Gas"
iex> Faker.Industry.En.industry
"Health Care"
iex> Faker.Industry.En.industry
"Consumer Services"
iex> Faker.Industry.En.industry
"Telecommunications"

Returns a sector name string

Examples

iex> Faker.Industry.En.sector
"Beverages"
iex> Faker.Industry.En.sector
"Chemicals"
iex> Faker.Industry.En.sector
"Industrial Engineering"
iex> Faker.Industry.En.sector
"Mining"
Link to this function sub_sector() View Source
sub_sector() :: String.t()

Returns a sub sector name string

Examples

iex> Faker.Industry.En.sub_sector()
"General Mining"
iex> Faker.Industry.En.sub_sector()
"Defense"
iex> Faker.Industry.En.sub_sector()
"ÊPaper"
iex> Faker.Industry.En.sub_sector()
"Pipelines"
Link to this function super_sector() View Source
super_sector() :: String.t()

Returns a super sector name string

Examples

iex> Faker.Industry.En.super_sector
"Media"
iex> Faker.Industry.En.super_sector
"Banks"
iex> Faker.Industry.En.super_sector
"Chemicals"
iex> Faker.Industry.En.super_sector
"Oil & Gas"