generated/google/apis/tasks_v1/service.rb in google-api-client-0.10.3 vs generated/google/apis/tasks_v1/service.rb in google-api-client-0.11.0
- old
+ new
@@ -48,10 +48,11 @@
# enforce per-user limits.
attr_accessor :user_ip
def initialize
super('https://www.googleapis.com/', 'tasks/v1/')
+ @batch_path = 'batch'
end
# Deletes the authenticated user's specified task list.
# @param [String] tasklist
# Task list identifier.
@@ -154,11 +155,11 @@
command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
# Returns all the authenticated user's task lists.
- # @param [String] max_results
+ # @param [Fixnum] max_results
# Maximum number of task lists returned on one page. Optional. The default is
# 100.
# @param [String] page_token
# Token specifying the result page to return. Optional.
# @param [String] fields
@@ -439,10 +440,10 @@
# Upper bound for a task's due date (as a RFC 3339 timestamp) to filter by.
# Optional. The default is not to filter by due date.
# @param [String] due_min
# Lower bound for a task's due date (as a RFC 3339 timestamp) to filter by.
# Optional. The default is not to filter by due date.
- # @param [String] max_results
+ # @param [Fixnum] max_results
# Maximum number of task lists returned on one page. Optional. The default is
# 100.
# @param [String] page_token
# Token specifying the result page to return. Optional.
# @param [Boolean] show_completed