Module: HH::API::Region
- Included in:
- HH::API
- Defined in:
- lib/hh/API/region.rb
Instance Method Summary collapse
Instance Method Details
#region(region_id) ⇒ Object
10 11 12 |
# File 'lib/hh/API/region.rb', line 10 def region(region_id) get("region/#{region_id}") end |
#regions ⇒ Object
6 7 8 |
# File 'lib/hh/API/region.rb', line 6 def regions get("region/all") end |