Sha256: f8ba18b65d825357518060f86771bcfab6737c40e0f3dac11b43ea35193dfcd5
Contents?: true
Size: 427 Bytes
Versions: 19
Compression:
Stored size: 427 Bytes
Contents
module TrackerApi module Resources class ProjectMembership include Virtus.model attribute :id, Integer 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, TrackerApi::Resources::Person end end end
Version data entries
19 entries across 19 versions & 2 rubygems