Skip to content

Commit

Permalink
Update company docs (#1146)
Browse files Browse the repository at this point in the history
* update rake

* update examples in company.md
  • Loading branch information
PuZZleDucK authored and vbrazo committed May 21, 2018
1 parent b6ad95f commit c8b34de
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions doc/company.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Faker::Company.name #=> "Hirthe-Ritchie"

Faker::Company.suffix #=> "Group"

Faker::Company.industry #=> "Information Services"

# Generate a buzzword-laden catch phrase.
Faker::Company.catch_phrase #=> "Business-focused coherent parallelism"

Expand All @@ -13,13 +15,22 @@ Faker::Company.buzzword #=> "Business-focused"
# When a straight answer won't do, BS to the rescue!
Faker::Company.bs #=> "empower one-to-one web-readiness"

# Generate US employee identification numbers
Faker::Company.ein #=> "34-8488813"

# Generate "Data Universal Numbering System"
Faker::Company.duns_number #=> "08-341-3736"

# Get a random company logo url in PNG format.
Faker::Company.logo #=> "https://pigment.github.com/fake-logos/logos/medium/color/5.png"

Faker::Company.type #=> "Privately Held"

# Get a random profession
Faker::Company.profession #=> "firefighter"

# Generate country specific identifiers

Faker::Company.swedish_organisation_number #=> "7962578022"

Faker::Company.french_siren_number #=> "819489626"
Expand All @@ -28,9 +39,10 @@ Faker::Company.french_siret_number #=> "81948962600013"

Faker::Company.norwegian_organisation_number #=> "839071558"

# Generate an Australian Business Number
Faker::Company.australian_business_number #=> "81137773602"

Faker::Company.spanish_organisation_number #=> "P2344979"

# Get a random profession
Faker::Company.profession #=> "firefighter"

Expand All @@ -41,5 +53,4 @@ Faker::Company.polish_taxpayer_identification_number #=> "1060000062"
Faker::Company.polish_register_of_national_economy #=> "123456785"

Faker::Company.type #=> "Privately Held"

```

0 comments on commit c8b34de

Please sign in to comment.