config/definitions.rb in checkoff-0.57.0 vs config/definitions.rb in checkoff-0.58.0

- old
+ new

@@ -137,10 +137,10 @@ # # @param archived [Boolean] Only return projects whose `archived` field takes on the value of # # this parameter. # # # # @param per_page [Integer] the number of records to fetch per page. # # @param options [Hash] the request I/O options. -# # @return [Asana::Collection<Asana::Resources::Project>] +# # @return [Enumerable<Asana::Resources::Project>] # def find_by_workspace(client, workspace: required("workspace"), is_template: nil, archived: nil, per_page: 20, options: {}); end # # Returns the complete project record for a single project. # # # # @param id [String] The project to get. # # @param options [Hash] the request I/O options.