Sha256: abb62a7d390114f1dccee123e49c77010f4881c307e67ab7be9869efe43f8109
Contents?: true
Size: 491 Bytes
Versions: 6
Compression:
Stored size: 491 Bytes
Contents
class ZabbixApi class HostGroups < Basic # The method name used for interacting with HostGroups via Zabbix API # # @return [String] def method_name 'hostgroup' end # The id field name used for identifying specific HostGroup objects via Zabbix API # # @return [String] def indentify 'name' end # The key field name used for HostGroup objects via Zabbix API # # @return [String] def key 'groupid' end end end
Version data entries
6 entries across 6 versions & 1 rubygems