Method: Twilio::REST::Chat::V1::ServiceContext::ChannelContext::MemberInstance#inspect
- Defined in:
- lib/twilio-ruby/rest/chat/v1/service/channel/member.rb
#inspect ⇒ Object
Provide a detailed, user friendly representation
702 703 704 705 |
# File 'lib/twilio-ruby/rest/chat/v1/service/channel/member.rb', line 702 def inspect values = @properties.map{|k, v| "#{k}: #{v}"}.join(" ") "<Twilio.Chat.V1.MemberInstance #{values}>" end |