lib/twilio-ruby/rest/notify/v1/service/binding.rb in twilio-ruby-5.1.2 vs lib/twilio-ruby/rest/notify/v1/service/binding.rb in twilio-ruby-5.2.0
- old
+ new
@@ -428,9 +428,16 @@
# Provide a user friendly representation
def to_s
values = @params.map{|k, v| "#{k}: #{v}"}.join(" ")
"<Twilio.Notify.V1.BindingInstance #{values}>"
end
+
+ ##
+ # Provide a detailed, user friendly representation
+ def inspect
+ values = @properties.map{|k, v| "#{k}: #{v}"}.join(" ")
+ "<Twilio.Notify.V1.BindingInstance #{values}>"
+ end
end
end
end
end
end
\ No newline at end of file