Faker.Internet.PtBr (Faker v0.16.0) View Source
Generating internet related data in Brazilian Portuguese
Link to this section Summary
Link to this section Functions
Specs
domain_suffix() :: String.t()
Returns a random domain suffix
Examples
iex> Faker.Internet.PtBr.domain_suffix()
"br"
iex> Faker.Internet.PtBr.domain_suffix()
"org"
iex> Faker.Internet.PtBr.domain_suffix()
"name"
iex> Faker.Internet.PtBr.domain_suffix()
"info"
Specs
free_email_service() :: String
Returns a random free email service name
Examples
iex> Faker.Internet.PtBr.free_email_service()
"gmail.com"
iex> Faker.Internet.PtBr.free_email_service()
"yahoo.com"
iex> Faker.Internet.PtBr.free_email_service()
"gmail.com"
iex> Faker.Internet.PtBr.free_email_service()
"bol.com.br"