Module: Vonage::Rest

Includes:
Http
Included in:
Client
Defined in:
lib/vonage/rest.rb

Instance Method Summary collapse

Methods included from Http

#get, #parse_cookies

Instance Method Details

#click_to_call(phone_number) ⇒ Object



6
7
8
# File 'lib/vonage/rest.rb', line 6

def click_to_call phone_number
  get "/presence/rest/clicktocall/#{phone_number}"
end