lib/asana/resources/project.rb in asana-0.9.3 vs lib/asana/resources/project.rb in asana-0.10.0

- old
+ new

@@ -1,7 +1,6 @@ -### WARNING: This file is auto-generated by the asana-api-meta repo. Do not -### edit it manually. +require_relative 'gen/projects_base' module Asana module Resources # A _project_ represents a prioritized list of tasks in Asana or a board with # columns of tasks represented as cards. It exists in a single workspace or @@ -10,15 +9,13 @@ # # Projects in organizations are shared with a single team. You cannot currently # change the team of a project via the API. Non-organization workspaces do not # have teams and so you should not specify the team of project in a regular # workspace. - class Project < Resource + class Project < ProjectsBase include EventSubscription - - attr_reader :id attr_reader :gid attr_reader :resource_type