Class: Nexmo::CallDTMF
Instance Method Summary collapse
Methods inherited from Namespace
authentication, authentication=, host, host=, #initialize, request_body, request_body=
Constructor Details
This class inherits a constructor from Nexmo::Namespace
Instance Method Details
#send(id, params) ⇒ Object
9 10 11 |
# File 'lib/nexmo/call_dtmf.rb', line 9 def send(id, params) request('/v1/calls/' + id + '/dtmf', params: params, type: Put) end |