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