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

- old
+ new

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