lib/twilio-ruby/rest/api/v2010/account/call/notification.rb in twilio-ruby-5.23.0 vs lib/twilio-ruby/rest/api/v2010/account/call/notification.rb in twilio-ruby-5.23.1
- old
+ new
@@ -1,11 +1,11 @@
##
# This code was generated by
# \ / _ _ _| _ _
# | (_)\/(_)(_|\/| |(/_ v1.0.0
# / /
-#
+#
# frozen_string_literal: true
module Twilio
module REST
class Api < Domain
@@ -33,11 +33,11 @@
##
# Lists NotificationInstance records from the API as a list.
# Unlike stream(), this operation is eager and will load `limit` records into
# memory before returning.
- # @param [String] log Only read notifications of the specified log level. Can be:
+ # @param [String] log Only read notifications of the specified log level. Can be:
# `0` to read only ERROR notifications or `1` to read only WARNING notifications.
# By default, all notifications are read.
# @param [Time] message_date_before Filter by date
# @param [Time] message_date Filter by date
# @param [Time] message_date_after Filter by date
@@ -61,11 +61,11 @@
##
# Streams NotificationInstance records from the API as an Enumerable.
# This operation lazily loads records as efficiently as possible until the limit
# is reached.
- # @param [String] log Only read notifications of the specified log level. Can be:
+ # @param [String] log Only read notifications of the specified log level. Can be:
# `0` to read only ERROR notifications or `1` to read only WARNING notifications.
# By default, all notifications are read.
# @param [Time] message_date_before Filter by date
# @param [Time] message_date Filter by date
# @param [Time] message_date_after Filter by date
@@ -105,10 +105,10 @@
end
##
# Retrieve a single page of NotificationInstance records from the API.
# Request is executed immediately.
- # @param [String] log Only read notifications of the specified log level. Can be:
+ # @param [String] log Only read notifications of the specified log level. Can be:
# `0` to read only ERROR notifications or `1` to read only WARNING notifications.
# By default, all notifications are read.
# @param [Time] message_date_before Filter by date
# @param [Time] message_date Filter by date
# @param [Time] message_date_after Filter by date
\ No newline at end of file