class Twilio::REST::ObsoleteClient

Public Class Methods

new(*) click to toggle source
  # File lib/twilio-ruby/framework/rest/obsolete_client.rb
6 def initialize(*)
7   raise ObsoleteError, "#{self.class} has been removed from this version of the library. "\
8                        'Please refer to current documentation for guidance.'
9 end