Class: Twilio::REST::ObsoleteClient

Inherits:
Object
  • Object
show all
Defined in:
lib/twilio-ruby/framework/obsolete_client.rb

Instance Method Summary collapse

Constructor Details

#initializeObsoleteClient

Returns a new instance of ObsoleteClient.

Raises:



4
5
6
7
# File 'lib/twilio-ruby/framework/obsolete_client.rb', line 4

def initialize(*)
  raise ObsoleteError, "#{self.class} has been removed from this version of the library. "\
                       'Please refer to current documentation for guidance.'
end