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

- old
+ new

@@ -25,11 +25,11 @@ ## # Lists WorkspaceInstance records from the API as a list. # Unlike stream(), this operation is eager and will load `limit` records into # memory before returning. - # @param [String] friendly_name Filter by a workspace’s friendly name. This is a + # @param [String] friendly_name Filter by a workspace's friendly name. This is a # human readable description of this Workspace (for example "Customer Support" or # "2014 Election Campaign") # @param [Integer] limit Upper limit for the number of records to return. stream() # guarantees to never return more than limit. Default is no limit # @param [Integer] page_size Number of records to fetch per request, when @@ -43,11 +43,11 @@ ## # Streams WorkspaceInstance records from the API as an Enumerable. # This operation lazily loads records as efficiently as possible until the limit # is reached. - # @param [String] friendly_name Filter by a workspace’s friendly name. This is a + # @param [String] friendly_name Filter by a workspace's friendly name. This is a # human readable description of this Workspace (for example "Customer Support" or # "2014 Election Campaign") # @param [Integer] limit Upper limit for the number of records to return. stream() # guarantees to never return more than limit. Default is no limit. # @param [Integer] page_size Number of records to fetch per request, when @@ -78,11 +78,11 @@ end ## # Retrieve a single page of WorkspaceInstance records from the API. # Request is executed immediately. - # @param [String] friendly_name Filter by a workspace’s friendly name. This is a + # @param [String] friendly_name Filter by a workspace's friendly name. This is a # human readable description of this Workspace (for example "Customer Support" or # "2014 Election Campaign") # @param [String] page_token PageToken provided by the API # @param [Integer] page_number Page Number, this value is simply for client state # @param [Integer] page_size Number of records to return, defaults to 50 @@ -538,10 +538,10 @@ def events_filter @properties['events_filter'] end ## - # @return [String] Filter by a workspace’s friendly name. + # @return [String] Filter by a workspace's friendly name. def friendly_name @properties['friendly_name'] end ## \ No newline at end of file