lib/twilio-ruby/rest/messaging/v1/service.rb in twilio-ruby-5.20.0 vs lib/twilio-ruby/rest/messaging/v1/service.rb in twilio-ruby-5.20.1

- old
+ new

@@ -361,9 +361,16 @@ # Provide a user friendly representation def to_s context = @solution.map {|k, v| "#{k}: #{v}"}.join(',') "#<Twilio.Messaging.V1.ServiceContext #{context}>" end + + ## + # Provide a detailed, user friendly representation + def inspect + context = @solution.map {|k, v| "#{k}: #{v}"}.join(',') + "#<Twilio.Messaging.V1.ServiceContext #{context}>" + end end ## # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution. class ServiceInstance < InstanceResource \ No newline at end of file