Method: Vonage::ProactiveConnect#list
- Defined in:
- lib/vonage/proactive_connect.rb
#list ⇒ Object
17 18 19 20 |
# File 'lib/vonage/proactive_connect.rb', line 17 def list logger.info('This method is deprecated and will be removed in a future release.') @list ||= List.new(@config) end |