config/definitions.rb in checkoff-0.100.0 vs config/definitions.rb in checkoff-0.101.0
- old
+ new
@@ -61,9 +61,13 @@
# end
# class Project
# # @return [String,nil]
# def due_date; end
# end
+# class Portfolio
+# # @return [Enumerable<Asana::Resources::Project>]
+# def get_items(options = {}); end
+# end
# end
# module Resources
# class Workspace
# # @return [String, nil]
# def html_notes; end