Faker v0.12.0 Faker.Company.En View Source
Functions for company data in English
Link to this section Summary
Functions
Returns a random complete english business related bullshit
Returns a random english business related bullshit
Returns a random english business related bullshit prefix
Returns a random english business related bullshit suffix
Returns a random english business related buzzword
Returns a random english business related buzzword prefix
Returns a random english business related buzzword suffix
Returns a random complete english catch phrase
Returns complete english company name
Returns a random type of business entity
Link to this section Functions
bs()
View Source
bs() :: String.t()
bs() :: String.t()
Returns a random complete english business related bullshit
Examples
iex> Faker.Company.En.bs()
"syndicate e-business e-business"
iex> Faker.Company.En.bs()
"scale global metrics"
iex> Faker.Company.En.bs()
"optimize scalable markets"
iex> Faker.Company.En.bs()
"implement out-of-the-box content"
bullshit()
View Source
bullshit() :: String.t()
bullshit() :: String.t()
Returns a random english business related bullshit
Examples
iex> Faker.Company.En.bullshit()
"web-enabled"
iex> Faker.Company.En.bullshit()
"e-business"
iex> Faker.Company.En.bullshit()
"web-enabled"
iex> Faker.Company.En.bullshit()
"next-generation"
bullshit_prefix()
View Source
bullshit_prefix() :: String.t()
bullshit_prefix() :: String.t()
Returns a random english business related bullshit prefix
Examples
iex> Faker.Company.En.bullshit_prefix()
"syndicate"
iex> Faker.Company.En.bullshit_prefix()
"visualize"
iex> Faker.Company.En.bullshit_prefix()
"incentivize"
iex> Faker.Company.En.bullshit_prefix()
"scale"
bullshit_suffix()
View Source
bullshit_suffix() :: String.t()
bullshit_suffix() :: String.t()
Returns a random english business related bullshit suffix
Examples
iex> Faker.Company.En.bullshit_suffix()
"e-services"
iex> Faker.Company.En.bullshit_suffix()
"niches"
iex> Faker.Company.En.bullshit_suffix()
"e-business"
iex> Faker.Company.En.bullshit_suffix()
"systems"
buzzword()
View Source
buzzword() :: String.t()
buzzword() :: String.t()
Returns a random english business related buzzword
Examples
iex> Faker.Company.En.buzzword()
"upward-trending"
iex> Faker.Company.En.buzzword()
"full-range"
iex> Faker.Company.En.buzzword()
"uniform"
iex> Faker.Company.En.buzzword()
"tertiary"
buzzword_prefix()
View Source
buzzword_prefix() :: String.t()
buzzword_prefix() :: String.t()
Returns a random english business related buzzword prefix
Examples
iex> Faker.Company.En.buzzword_prefix()
"Configurable"
iex> Faker.Company.En.buzzword_prefix()
"Advanced"
iex> Faker.Company.En.buzzword_prefix()
"Grass-roots"
iex> Faker.Company.En.buzzword_prefix()
"Automated"
buzzword_suffix()
View Source
buzzword_suffix() :: String.t()
buzzword_suffix() :: String.t()
Returns a random english business related buzzword suffix
Examples
iex> Faker.Company.En.buzzword_suffix()
"encoding"
iex> Faker.Company.En.buzzword_suffix()
"standardization"
iex> Faker.Company.En.buzzword_suffix()
"Graphical User Interface"
iex> Faker.Company.En.buzzword_suffix()
"product"
catch_phrase()
View Source
catch_phrase() :: String.t()
catch_phrase() :: String.t()
Returns a random complete english catch phrase
Examples
iex> Faker.Company.En.catch_phrase()
"Configurable full-range Graphical User Interface"
iex> Faker.Company.En.catch_phrase()
"Automated mission-critical pricing structure"
iex> Faker.Company.En.catch_phrase()
"Profit-focused bottom-line algorithm"
iex> Faker.Company.En.catch_phrase()
"Self-enabling systematic initiative"
name()
View Source
name() :: String.t()
name() :: String.t()
Returns complete english company name
Examples
iex> Faker.Company.En.name()
"Hayes Inc"
iex> Faker.Company.En.name()
"Sipes, Wehner and Hane"
iex> Faker.Company.En.name()
"Schiller, Rogahn and Hartmann"
iex> Faker.Company.En.name()
"Murphy-Metz"
suffix()
View Source
suffix() :: String.t()
suffix() :: String.t()
Returns a random type of business entity
Examples
iex> Faker.Company.En.suffix()
"Inc"
iex> Faker.Company.En.suffix()
"and Sons"
iex> Faker.Company.En.suffix()
"Inc"
iex> Faker.Company.En.suffix()
"Ltd"