lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/worker_statistics.rb in twilio-ruby-5.10.3 vs lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/worker_statistics.rb in twilio-ruby-5.10.4

- old
+ new

@@ -82,19 +82,19 @@ @uri = "/Workspaces/#{@solution[:workspace_sid]}/Workers/#{@solution[:worker_sid]}/Statistics" end ## # Fetch a WorkerStatisticsInstance - # @param [String] minutes Filter cumulative statistics by up to ‘x’ minutes in the + # @param [String] minutes Filter cumulative statistics by up to 'x' minutes in the # past. This is helpful for statistics for the last 15 minutes, 240 minutes (4 # hours), and 480 minutes (8 hours) to see trends. Defaults to 15 minutes. # @param [Time] start_date Filter cumulative statistics by a start date. This is # helpful for defining a range of statistics to capture. Input is a string of the - # format: yyyy-MM-dd’T’HH:mm:ss’Z’. + # format: yyyy-MM-dd'T'HH:mm:ss'Z'. # @param [Time] end_date Filter cumulative statistics by a end date. This is # helpful for defining a range of statistics to capture. Input is a string of the - # format: yyyy-MM-dd’T’HH:mm:ss’Z’. + # format: yyyy-MM-dd'T'HH:mm:ss'Z'. # @param [String] task_channel Filter cumulative statistics by TaskChannel. Takes # in a Unique Name ("voice", "sms", "default", etc.) or a TaskChannelSid. # @return [WorkerStatisticsInstance] Fetched WorkerStatisticsInstance def fetch(minutes: :unset, start_date: :unset, end_date: :unset, task_channel: :unset) params = Twilio::Values.of({ @@ -196,18 +196,18 @@ @properties['url'] end ## # Fetch a WorkerStatisticsInstance - # @param [String] minutes Filter cumulative statistics by up to ‘x’ minutes in the + # @param [String] minutes Filter cumulative statistics by up to 'x' minutes in the # past. This is helpful for statistics for the last 15 minutes, 240 minutes (4 # hours), and 480 minutes (8 hours) to see trends. Defaults to 15 minutes. # @param [Time] start_date Filter cumulative statistics by a start date. This is # helpful for defining a range of statistics to capture. Input is a string of the - # format: yyyy-MM-dd’T’HH:mm:ss’Z’. + # format: yyyy-MM-dd'T'HH:mm:ss'Z'. # @param [Time] end_date Filter cumulative statistics by a end date. This is # helpful for defining a range of statistics to capture. Input is a string of the - # format: yyyy-MM-dd’T’HH:mm:ss’Z’. + # format: yyyy-MM-dd'T'HH:mm:ss'Z'. # @param [String] task_channel Filter cumulative statistics by TaskChannel. Takes # in a Unique Name ("voice", "sms", "default", etc.) or a TaskChannelSid. # @return [WorkerStatisticsInstance] Fetched WorkerStatisticsInstance def fetch(minutes: :unset, start_date: :unset, end_date: :unset, task_channel: :unset) context.fetch( \ No newline at end of file