Module: HH::API::Vacancy
- Included in:
- HH::API
- Defined in:
- lib/hh/API/vacancy.rb
Instance Method Summary collapse
Instance Method Details
#vacancies(params = {}) ⇒ Object
10 11 12 |
# File 'lib/hh/API/vacancy.rb', line 10 def vacancies(params = {}) get("vacancies", params) end |
#vacancy(vacancy_id) ⇒ Object
6 7 8 |
# File 'lib/hh/API/vacancy.rb', line 6 def vacancy(vacancy_id) get("vacancies/#{vacancy_id}") end |