Skip to content

Commit

Permalink
Added documentation for new opts param
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnie Karns committed Jun 18, 2016
1 parent df31d8d commit 191bff1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ews/connection.rb
Expand Up @@ -28,6 +28,8 @@ class Viewpoint::EWS::Connection
# @option opts [Fixnum] :ssl_verify_mode
# @option opts [Fixnum] :receive_timeout override the default receive timeout
# seconds
# @option opts [Fixnum] :connect_timeout override the default connect timeout
# seconds
# @option opts [Array] :trust_ca an array of hashed dir paths or a file
def initialize(endpoint, opts = {})
@log = Logging.logger[self.class.name.to_s.to_sym]
Expand Down

0 comments on commit 191bff1

Please sign in to comment.