Class: Plivo::Phlo

Inherits:
BaseClient show all
Defined in:
lib/plivo/phlo_client.rb

Instance Attribute Summary collapse

Attributes inherited from BaseClient

#auth_credentials, #headers

Instance Method Summary collapse

Methods inherited from BaseClient

#auth_id, #process_response, #send_request

Constructor Details

#initialize(auth_id = nil, auth_token = nil, proxy_options = nil, timeout = 5) ⇒ Phlo

Returns a new instance of Phlo.



12
13
14
15
16
# File 'lib/plivo/phlo_client.rb', line 12

def initialize(auth_id = nil, auth_token = nil, proxy_options = nil, timeout=5)
  configure_base_uri
  super
  configure_interfaces
end

Instance Attribute Details

#phloObject (readonly)

Resources



10
11
12
# File 'lib/plivo/phlo_client.rb', line 10

def phlo
  @phlo
end