lib/asana/resources/project_membership.rb in asana-0.9.3 vs lib/asana/resources/project_membership.rb in asana-0.10.0
- old
+ new
@@ -1,17 +1,14 @@
-### WARNING: This file is auto-generated by the asana-api-meta repo. Do not
-### edit it manually.
+require_relative 'gen/project_memberships_base'
module Asana
module Resources
# With the introduction of "comment-only" projects in Asana, a user's membership
# in a project comes with associated permissions. These permissions (whether a
# user has full access to the project or comment-only access) are accessible
# through the project memberships endpoints described here.
- class ProjectMembership < Resource
+ class ProjectMembership < ProjectMembershipsBase
-
- attr_reader :id
attr_reader :gid
attr_reader :resource_type