class Faker::Job
Public Class Methods
field()
click to toggle source
# File lib/faker/job.rb, line 11 def field; fetch('job.field'); end
key_skill()
click to toggle source
# File lib/faker/job.rb, line 12 def key_skill; fetch('job.key_skills'); end
title()
click to toggle source
# File lib/faker/job.rb, line 7 def title parse('job.title') end