Sha256: 1efca5eb565a308a39342a379b28d3e059b3250c43eac5e2b5dfd0a4fd880152

Contents?: true

Size: 401 Bytes

Versions: 1

Compression:

Stored size: 401 Bytes

Contents

module TrackerApi
  module Resources
    class ProjectMembership
      include Resources::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, TrackerApi::Resources::Person
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tracker_api-0.2.10 lib/tracker_api/resources/project_membership.rb