lib/twilio/notification.rb in webficient-twilio-1.2.0 vs lib/twilio/notification.rb in webficient-twilio-1.3.0

- old
+ new

@@ -1,5 +1,7 @@ module Twilio + # A Notification represenents a log entry made by Twilio in the course of handling + # your calls or using the REST API. class Notification < TwilioObject def list(optional = {}) self.connection.class.get('/Notifications', :query => optional) end \ No newline at end of file