Sha256: f05389f16366c620d345049c99976f261a4db4f63008c5e6f42e073a2fad415a
Contents?: true
Size: 404 Bytes
Versions: 69
Compression:
Stored size: 404 Bytes
Contents
class ZabbixApi class Basic def initialize(client) @client = client end def method_name raise "Can't call method_name here" end def default_options {} end def keys key + "s" end def key method_name + "id" end def indentify raise "Can't call indentify here" end def array_flag false end end end
Version data entries
69 entries across 50 versions & 1 rubygems