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

- old
+ new

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