Method: Vonage::ProactiveConnect::List#find
- Defined in:
- lib/vonage/proactive_connect/list.rb
#find(id:) ⇒ Object
Deprecated.
Get list by id
72 73 74 75 |
# File 'lib/vonage/proactive_connect/list.rb', line 72 def find(id:) logger.info('This method is deprecated and will be removed in a future release.') request("/v0.1/bulk/lists/#{id}") end |