lib/twilio-ruby/rest/taskrouter/v1/workspace/worker.rb in twilio-ruby-5.10.3 vs lib/twilio-ruby/rest/taskrouter/v1/workspace/worker.rb in twilio-ruby-5.10.4
- old
+ new
@@ -36,13 +36,13 @@
# @param [String] activity_name Filter by workers that are in a particular
# Activity by Friendly Name
# @param [String] activity_sid Filter by workers that are in a particular Activity
# by SID
# @param [String] available Filter by workers that are available or unavailable.
- # (Note: This can be ‘true’, ‘1’’ or ‘yes’ to indicate a true value. All other
+ # (Note: This can be 'true', '1' or 'yes' to indicate a true value. All other
# values will represent false)
- # @param [String] friendly_name Filter by a worker’s friendly name
+ # @param [String] friendly_name Filter by a worker's friendly name
# @param [String] target_workers_expression Filter by workers that would match an
# expression on a TaskQueue. This is helpful for debugging which workers would
# match a potential queue.
# @param [String] task_queue_name Filter by workers that are eligible for a
# TaskQueue by Friendly Name
@@ -76,13 +76,13 @@
# @param [String] activity_name Filter by workers that are in a particular
# Activity by Friendly Name
# @param [String] activity_sid Filter by workers that are in a particular Activity
# by SID
# @param [String] available Filter by workers that are available or unavailable.
- # (Note: This can be ‘true’, ‘1’’ or ‘yes’ to indicate a true value. All other
+ # (Note: This can be 'true', '1' or 'yes' to indicate a true value. All other
# values will represent false)
- # @param [String] friendly_name Filter by a worker’s friendly name
+ # @param [String] friendly_name Filter by a worker's friendly name
# @param [String] target_workers_expression Filter by workers that would match an
# expression on a TaskQueue. This is helpful for debugging which workers would
# match a potential queue.
# @param [String] task_queue_name Filter by workers that are eligible for a
# TaskQueue by Friendly Name
@@ -132,13 +132,13 @@
# @param [String] activity_name Filter by workers that are in a particular
# Activity by Friendly Name
# @param [String] activity_sid Filter by workers that are in a particular Activity
# by SID
# @param [String] available Filter by workers that are available or unavailable.
- # (Note: This can be ‘true’, ‘1’’ or ‘yes’ to indicate a true value. All other
+ # (Note: This can be 'true', '1' or 'yes' to indicate a true value. All other
# values will represent false)
- # @param [String] friendly_name Filter by a worker’s friendly name
+ # @param [String] friendly_name Filter by a worker's friendly name
# @param [String] target_workers_expression Filter by workers that would match an
# expression on a TaskQueue. This is helpful for debugging which workers would
# match a potential queue.
# @param [String] task_queue_name Filter by workers that are eligible for a
# TaskQueue by Friendly Name
@@ -501,10 +501,10 @@
def date_updated
@properties['date_updated']
end
##
- # @return [String] Filter by a worker’s friendly name
+ # @return [String] Filter by a worker's friendly name
def friendly_name
@properties['friendly_name']
end
##
\ No newline at end of file