Method: Plivo::RestClient#initialize
- Defined in:
- lib/plivo/rest_client.rb
#initialize(auth_id = nil, auth_token = nil, proxy_options = nil, timeout = 5) ⇒ RestClient
Returns a new instance of RestClient.
26 27 28 29 30 |
# File 'lib/plivo/rest_client.rb', line 26 def initialize(auth_id = nil, auth_token = nil, = nil, timeout = 5) configure_base_uri super configure_interfaces end |