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