Skip to content

Commit

Permalink
fix yard doc client params
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Aleksandrov <[email protected]>
  • Loading branch information
aladmit committed Aug 29, 2017
1 parent c5bfd13 commit 6af62d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions lib/zabbixapi/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ def auth
# Initializes a new Client object
#
# @param options [Hash]
# @options opts [String] :url The url of zabbixapi(example: 'http://localhost/zabbix/api_jsonrpc.php')
# @options opts [String] :user
# @options opts [String] :password
# @options opts [String] :http_user A user for basic auth.(optional)
# @options opts [String] :http_password A password for basic auth.(optional)
# @options opts [Integer] :timeout Set timeout for requests in seconds.(default: 60)
# @option opts [String] :url The url of zabbixapi(example: 'http://localhost/zabbix/api_jsonrpc.php')
# @option opts [String] :user
# @option opts [String] :password
# @option opts [String] :http_user A user for basic auth.(optional)
# @option opts [String] :http_password A password for basic auth.(optional)
# @option opts [Integer] :timeout Set timeout for requests in seconds.(default: 60)
#
# @return [ZabbixApi::Client]
def initialize(options = {})
Expand Down
2 changes: 1 addition & 1 deletion lib/zabbixapi/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class ZabbixApi
VERSION = '3.2.0'.freeze
VERSION = '3.2.1'.freeze
end

0 comments on commit 6af62d6

Please sign in to comment.