class ZabbixApi class HostGroups < Basic def array_flag true end def method_name "hostgroup" end def indentify "name" end def key "groupid" end end end