Class: Faker::Job

Inherits:
Base
  • Object
show all
Defined in:
lib/faker/default/job.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

.fieldObject



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

def field
  fetch('job.field')
end

.key_skillObject



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

def key_skill
  fetch('job.key_skills')
end

.positionObject



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

def position
  fetch('job.position')
end

.titleObject



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

def title
  parse('job.title')
end