Sha256: 1f6dc4544992bdccaeea7de14aae5cb15b531ccf794547fc41394f409f842d84
Contents?: true
Size: 375 Bytes
Versions: 21
Compression:
Stored size: 375 Bytes
Contents
module TrackerApi module Resources class ProjectMembership include Shared::Base attribute :person_id, Integer attribute :project_id, Integer attribute :role, String attribute :project_color, String attribute :wants_comment_notification_emails, Boolean attribute :kind, String attribute :person, Person end end end
Version data entries
21 entries across 21 versions & 1 rubygems