Sha256: 3249d543f4c8520810534b9dec8877c630bd8642242009ee8e35d2f1dccff6c4
Contents?: true
Size: 189 Bytes
Versions: 1
Compression:
Stored size: 189 Bytes
Contents
#encoding: utf-8 module HH module API module EmployerVacancies def employer_vacancies(employer_id) get("employers/#{employer_id}/vacancies") end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hh-0.0.7 | lib/hh/API/employer_vacancies.rb |