Sha256: 02c989ee54f0b7e80a00195bf830a0043ed0febc3b299e4f4440c8fe55b1f6de

Contents?: true

Size: 376 Bytes

Versions: 2

Compression:

Stored size: 376 Bytes

Contents

module TrackerApi
  module Resources
    class ProjectMembership
      include Shared::HasId

      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

2 entries across 2 versions & 1 rubygems

Version Path
tracker_api-0.2.12 lib/tracker_api/resources/project_membership.rb
tracker_api-0.2.11 lib/tracker_api/resources/project_membership.rb