#encoding: utf-8 module HH module API module Employment def employment get("employment") end end end #API end #HH