Method: TotalVoice::Webphone#url
- Defined in:
- lib/api/webphone.rb
#url(data) ⇒ json
Requisita a URL do webphone de um ramal
20 21 22 |
# File 'lib/api/webphone.rb', line 20 def url(data) @client.get(Route.new([ROTA_WEBPHONE]), Query.new(data)) end |