Module: Remit::UnsubscribeForCallerNotification
- Included in:
- API
- Defined in:
- lib/remit/operations/unsubscribe_for_caller_notification.rb
Defined Under Namespace
Classes: Request, Response
Instance Method Summary
collapse
Instance Method Details
#unsubscribe_for_caller_notification(request = Request.new) ⇒ Object
13
14
15
|
# File 'lib/remit/operations/unsubscribe_for_caller_notification.rb', line 13
def unsubscribe_for_caller_notification(request = Request.new)
call(request, Response)
end
|