lib/twilio-ruby/rest/api/v2010/account/queue.rb in twilio-ruby-5.20.0 vs lib/twilio-ruby/rest/api/v2010/account/queue.rb in twilio-ruby-5.20.1

- old
+ new

@@ -253,9 +253,16 @@ # Provide a user friendly representation def to_s context = @solution.map {|k, v| "#{k}: #{v}"}.join(',') "#<Twilio.Api.V2010.QueueContext #{context}>" end + + ## + # Provide a detailed, user friendly representation + def inspect + context = @solution.map {|k, v| "#{k}: #{v}"}.join(',') + "#<Twilio.Api.V2010.QueueContext #{context}>" + end end class QueueInstance < InstanceResource ## # Initialize the QueueInstance \ No newline at end of file