Sha256: 5faf0c1a0f241757654cce00502f326ad75620021da888263da02b00e2fb141e
Contents?: true
Size: 163 Bytes
Versions: 1
Compression:
Stored size: 163 Bytes
Contents
#encoding: utf-8 module HH module API module Vacancy def vacancy(vacancy_id) get("vacancy/#{vacancy_id}") end end end #API end #HH
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hh-0.0.5 | lib/hh/API/vacancy.rb |