Sha256: 9e3dcb8457e998d7cb014e27a642f96fd1c54db2869beae899260cbeac18a601

Contents?: true

Size: 855 Bytes

Versions: 4

Compression:

Stored size: 855 Bytes

Contents

module Seedy
  module Generators
    INDUSTRIES = [
      "Agriculture", 
      "Forestry",
      "Fishing and Hunting",
      "Mining",
      "Utilities",
      "Construction",
      "Manufacturing",
      "Wholesale Trade",
      "Retail Trade",
      "Transportation", 
      "Warehousing",
      "Information",
      "Finance",
      "Insurance",
      "Real Estate",
      "Scientific",
      "Technical Services",
      "Corporate Management",
      "Administrative",
      "Support",
      "Waste Management",
      "Remediation Services",
      "Education Services",
      "Health Care",
      "Social Assistance",
      "Arts", 
      "Entertainment", 
      "Recreation",
      "Accommodation",
      "Food Services",
      "Other",
      "Public Administration"]
    def industry
      INDUSTRIES[rand(INDUSTRIES.length - 1)]
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
seedy-0.6.6 lib/seedy/generators/industry.rb
seedy-0.6.5 lib/seedy/generators/industry.rb
seedy-0.6.4 lib/seedy/generators/industry.rb
seedy-0.6.3 lib/seedy/generators/industry.rb