lib/zabbixapi/classes/hostgroups.rb in zabbixapi-4.2.0 vs lib/zabbixapi/classes/hostgroups.rb in zabbixapi-5.0.0.pre.alpha1
- old
+ new
@@ -8,10 +8,10 @@
end
# The id field name used for identifying specific HostGroup objects via Zabbix API
#
# @return [String]
- def indentify
+ def identify
'name'
end
# The key field name used for HostGroup objects via Zabbix API
#