lib/twilio-ruby/rest/trunking/v1/trunk.rb in twilio-ruby-5.20.0 vs lib/twilio-ruby/rest/trunking/v1/trunk.rb in twilio-ruby-5.20.1

- old
+ new

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