lib/twilio-ruby/rest/ip_messaging/v2/credential.rb in twilio-ruby-5.20.0 vs lib/twilio-ruby/rest/ip_messaging/v2/credential.rb in twilio-ruby-5.20.1
- old
+ new
@@ -263,9 +263,16 @@
# Provide a user friendly representation
def to_s
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
"#<Twilio.IpMessaging.V2.CredentialContext #{context}>"
end
+
+ ##
+ # Provide a detailed, user friendly representation
+ def inspect
+ context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
+ "#<Twilio.IpMessaging.V2.CredentialContext #{context}>"
+ end
end
class CredentialInstance < InstanceResource
##
# Initialize the CredentialInstance
\ No newline at end of file