Class: Faker::Job

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

Constant Summary

Constants inherited from Base

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

Class Method Summary collapse

Methods inherited from Base

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

Class Method Details

.fieldObject



11
# File 'lib/faker/job.rb', line 11

def field;     fetch('job.field'); end

.key_skillObject



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

def key_skill; fetch('job.key_skills'); end

.titleObject



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

def title
  parse('job.title')
end