Sha256: 154d714c4c2cdf424b73e204c80e9ebb557974e910be71180f9d9a710bb2b5db
Contents?: true
Size: 213 Bytes
Versions: 2
Compression:
Stored size: 213 Bytes
Contents
#encoding: utf-8 module HH module API module Region def regions get("region/all") end def region(region_id) get("region/#{region_id}") end end end #API end #HH
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hh-0.0.5 | lib/hh/API/region.rb |
hh-0.0.4 | lib/hh/API/region.rb |