Method: Vonage::ProactiveConnect#items

Defined in:
lib/vonage/proactive_connect.rb

#itemsObject



24
25
26
27
# File 'lib/vonage/proactive_connect.rb', line 24

def items
  logger.info('This method is deprecated and will be removed in a future release.')
  @items ||= Items.new(@config)
end