Sha256: ce89c0a515f585697ea6d6eae301c541f396dfb65711eb6515420313921a8ab6
Contents?: true
Size: 452 Bytes
Versions: 4
Compression:
Stored size: 452 Bytes
Contents
module TrackerApi module Resources class ProjectMembership include Virtus.model attribute :client 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
4 entries across 4 versions & 1 rubygems