Method: Rpruby::HttpClient#initialize

Defined in:
lib/rpruby/http_client.rb

#initializeHttpClient

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of HttpClient.



6
7
8
# File 'lib/rpruby/http_client.rb', line 6

def initialize
  create_client
end