lib/twilio-ruby/rest/api/v2010/account/notification.rb in twilio-ruby-5.0.0.rc4 vs lib/twilio-ruby/rest/api/v2010/account/notification.rb in twilio-ruby-5.0.0.rc5

- old
+ new

@@ -139,22 +139,9 @@ ) return NotificationPage.new(@version, response, @solution) end ## - # Constructs a NotificationContext - # @param [String] sid The notification Sid that uniquely identifies this resource - - # @return [NotificationContext] NotificationContext - def get(sid) - NotificationContext.new( - @version, - account_sid: @solution[:account_sid], - sid: sid, - ) - end - - ## # Provide a user friendly representation def to_s '#<Twilio.Api.V2010.NotificationList>' end end \ No newline at end of file