lib/twilio-ruby/rest/api/v2010/account/usage/trigger.rb in twilio-ruby-5.20.0 vs lib/twilio-ruby/rest/api/v2010/account/usage/trigger.rb in twilio-ruby-5.20.1
- old
+ new
@@ -302,9 +302,16 @@
# Provide a user friendly representation
def to_s
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
"#<Twilio.Api.V2010.TriggerContext #{context}>"
end
+
+ ##
+ # Provide a detailed, user friendly representation
+ def inspect
+ context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
+ "#<Twilio.Api.V2010.TriggerContext #{context}>"
+ end
end
class TriggerInstance < InstanceResource
##
# Initialize the TriggerInstance
\ No newline at end of file