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

- old
+ new

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