File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ def auth
35
35
# Initializes a new Client object
36
36
#
37
37
# @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)
44
44
#
45
45
# @return [ZabbixApi::Client]
46
46
def initialize ( options = { } )
Original file line number Diff line number Diff line change 1
1
class ZabbixApi
2
- VERSION = '3.2.0 ' . freeze
2
+ VERSION = '3.2.1 ' . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments