Faker v0.12.0 Faker.Commerce.Hy View Source
Fuctions for generating commerce related data in Armenian
Link to this section Summary
Functions
Returns a random color.
Returns a random department.
Returns a complete product name, based on product adjectives, product materials and product names.
Returns a random adjective for a product.
Returns a random product material.
Returns a random product name.
Link to this section Functions
Link to this function
color()
View Source
color()
View Source
color() :: String.t()
color() :: String.t()
Returns a random color.
Examples
iex> Faker.Commerce.Hy.color()
"մոխրագույն"
iex> Faker.Commerce.Hy.color()
"կանաչ"
iex> Faker.Commerce.Hy.color()
"երկնագույն"
iex> Faker.Commerce.Hy.color()
"մանուշակագույն"
Link to this function
department()
View Source
department()
View Source
department() :: String.t()
department() :: String.t()
Returns a random department.
Examples
iex> Faker.Commerce.Hy.department()
"Համակարգիչներ"
iex> Faker.Commerce.Hy.department()
"Երաժշտություն"
iex> Faker.Commerce.Hy.department()
"Գրքեր"
iex> Faker.Commerce.Hy.department()
"Էլեկտրոնիկա"
Link to this function
product_name()
View Source
product_name()
View Source
product_name() :: String.t()
product_name() :: String.t()
Returns a complete product name, based on product adjectives, product materials and product names.
Examples
iex> Faker.Commerce.Hy.product_name()
"հիանալի բրոնզե գլխարկ"
iex> Faker.Commerce.Hy.product_name()
"ֆանտաստիկ դանակ"
iex> Faker.Commerce.Hy.product_name()
"պլաստիկից աթոռ"
iex> Faker.Commerce.Hy.product_name()
"ալյումինե վերնաշապիկ"
Link to this function
product_name_adjective()
View Source
product_name_adjective()
View Source
product_name_adjective() :: String.t()
product_name_adjective() :: String.t()
Returns a random adjective for a product.
Examples
iex> Faker.Commerce.Hy.product_name_adjective()
"ֆանտաստիկ"
iex> Faker.Commerce.Hy.product_name_adjective()
"հիանալի"
iex> Faker.Commerce.Hy.product_name_adjective()
"միջակ"
iex> Faker.Commerce.Hy.product_name_adjective()
"նրբագեղ"
Link to this function
product_name_material()
View Source
product_name_material()
View Source
product_name_material() :: String.t()
product_name_material() :: String.t()
Returns a random product material.
Examples
iex> Faker.Commerce.Hy.product_name_material()
"փայտե"
iex> Faker.Commerce.Hy.product_name_material()
"գրանիտե"
iex> Faker.Commerce.Hy.product_name_material()
"բրոնզե"
iex> Faker.Commerce.Hy.product_name_material()
"մարմարե"
Link to this function
product_name_product()
View Source
product_name_product()
View Source
product_name_product() :: String.t()
product_name_product() :: String.t()
Returns a random product name.
Examples
iex> Faker.Commerce.Hy.product_name_product()
"վերնաշապիկ"
iex> Faker.Commerce.Hy.product_name_product()
"ստեղնաշար"
iex> Faker.Commerce.Hy.product_name_product()
"վերնաշապիկ"
iex> Faker.Commerce.Hy.product_name_product()
"գլխարկ"