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