lib/twilio-ruby/rest/api/v2010/account/new_key.rb in twilio-ruby-5.1.2 vs lib/twilio-ruby/rest/api/v2010/account/new_key.rb in twilio-ruby-5.2.0

- old
+ new

@@ -143,9 +143,15 @@ ## # Provide a user friendly representation def to_s "<Twilio.Api.V2010.NewKeyInstance>" end + + ## + # Provide a detailed, user friendly representation + def inspect + "<Twilio.Api.V2010.NewKeyInstance>" + end end end end end end \ No newline at end of file