Class: Twilio::REST::ObsoleteClient

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

Instance Method Summary collapse

Constructor Details

#initializeObsoleteClient

Returns a new instance of ObsoleteClient.

Raises:



6
7
8
9
# File 'lib/twilio-ruby/framework/rest/obsolete_client.rb', line 6

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