lib/hh/api.rb in hh-0.0.4 vs lib/hh/api.rb in hh-0.0.5
- old
+ new
@@ -3,16 +3,18 @@
module HH
module API
API_URL = "https://api.hh.ru/1/json/"
+ include VacancyEmployer
include Specialization
include Employment
include Statistic
include Currency
include Employer
include Schedule
+ include Vacancy
include Region
include Field
include Metro
end #API
-end
+end #HH
\ No newline at end of file