lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/worker_statistics.rb in twilio-ruby-5.6.3 vs lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/worker_statistics.rb in twilio-ruby-5.6.4
- old
+ new
@@ -193,10 +193,15 @@
# @param [Time] start_date The start_date
# @param [Time] end_date The end_date
# @param [String] task_channel The task_channel
# @return [WorkerStatisticsInstance] Fetched WorkerStatisticsInstance
def fetch(minutes: :unset, start_date: :unset, end_date: :unset, task_channel: :unset)
- context.fetch(minutes: minutes, start_date: start_date, end_date: end_date, task_channel: task_channel, )
+ context.fetch(
+ minutes: minutes,
+ start_date: start_date,
+ end_date: end_date,
+ task_channel: task_channel,
+ )
end
##
# Provide a user friendly representation
def to_s
\ No newline at end of file