Class: Faker::IndustrySegments

Inherits:
Base
  • Object
show all
Defined in:
lib/faker/default/industry_segments.rb

Constant Summary

Constants inherited from Base

Base::Letters, Base::Numbers, Base::ULetters

Class Method Summary collapse

Methods inherited from Base

bothify, disable_enforce_available_locales, fetch, fetch_all, flexible, letterify, method_missing, numerify, parse, rand, rand_in_range, regexify, resolve, respond_to_missing?, sample, shuffle, translate, unique, with_locale

Class Method Details

.industryObject



8
9
10
# File 'lib/faker/default/industry_segments.rb', line 8

def industry
  fetch('industry_segments.industry')
end

.sectorObject



16
17
18
# File 'lib/faker/default/industry_segments.rb', line 16

def sector
  fetch('industry_segments.sector')
end

.sub_sectorObject



20
21
22
# File 'lib/faker/default/industry_segments.rb', line 20

def sub_sector
  fetch('industry_segments.sub_sector')
end

.super_sectorObject



12
13
14
# File 'lib/faker/default/industry_segments.rb', line 12

def super_sector
  fetch('industry_segments.super_sector')
end