From c91e50dbcbdd40dbb39ba6b626d5e5a7162c68c1 Mon Sep 17 00:00:00 2001 From: Dave Parker Date: Mon, 19 Apr 2021 12:56:50 -0500 Subject: [PATCH] Update Queries with Filters.md syntax --- examples/Queries with Filters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Queries with Filters.md b/examples/Queries with Filters.md index 882de69..171afd4 100644 --- a/examples/Queries with Filters.md +++ b/examples/Queries with Filters.md @@ -12,7 +12,7 @@ zbx = ZabbixApi.connect(url: '', user: '', password: '', debu #### debug on demand ``` ruby -zbx.client.options[debug: true] +zbx.client.options[:debug] = true ``` ### Listing all objects of a type: "all"