Skip to content

Commit 6af62d6

Browse files
committed
fix yard doc client params
Signed-off-by: Andrey Aleksandrov <[email protected]>
1 parent c5bfd13 commit 6af62d6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

lib/zabbixapi/client.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ def auth
3535
# Initializes a new Client object
3636
#
3737
# @param options [Hash]
38-
# @options opts [String] :url The url of zabbixapi(example: 'http://localhost/zabbix/api_jsonrpc.php')
39-
# @options opts [String] :user
40-
# @options opts [String] :password
41-
# @options opts [String] :http_user A user for basic auth.(optional)
42-
# @options opts [String] :http_password A password for basic auth.(optional)
43-
# @options opts [Integer] :timeout Set timeout for requests in seconds.(default: 60)
38+
# @option opts [String] :url The url of zabbixapi(example: 'http://localhost/zabbix/api_jsonrpc.php')
39+
# @option opts [String] :user
40+
# @option opts [String] :password
41+
# @option opts [String] :http_user A user for basic auth.(optional)
42+
# @option opts [String] :http_password A password for basic auth.(optional)
43+
# @option opts [Integer] :timeout Set timeout for requests in seconds.(default: 60)
4444
#
4545
# @return [ZabbixApi::Client]
4646
def initialize(options = {})

lib/zabbixapi/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class ZabbixApi
2-
VERSION = '3.2.0'.freeze
2+
VERSION = '3.2.1'.freeze
33
end

0 commit comments

Comments
 (0)