Flowdock
method

ssl_timeout

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: Net::HTTP
ssl_timeout() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/net/https.rb, line 153
    def ssl_timeout
      return nil unless @ssl_context
      @ssl_context.timeout
    end
Register or log in to add new notes.