Faker v0.12.0 Faker.Internet.PtBr View Source
Generating internet related data in Brazilian Portuguese
Link to this section Summary
Link to this section Functions
Link to this function
domain_suffix()
View Source
domain_suffix()
View Source
domain_suffix() :: String.t()
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"
Link to this function
free_email_service()
View Source
free_email_service()
View Source
free_email_service() :: String
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"