Sha256: 272f4bdf6e19a0486ef610fdd247f19f16f007b866db7aeb53fb7d2ac1cdfd2c
Contents?: true
Size: 990 Bytes
Versions: 3
Compression:
Stored size: 990 Bytes
Contents
# Athenian::Team ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Team identifier. | | | **name** | **String** | Name of the team. | | | **members** | [**Array<Contributor>**](Contributor.md) | List of contributors. | | | **parent** | **Integer** | Identifier of the higher level team. | | ## Example ```ruby require 'athenian' instance = Athenian::Team.new( id: null, name: null, members: [{"email":"bot@athenian.co","login":"github.com/gkwillie","name":"Groundskeeper Willie","picture":"https://avatars0.githubusercontent.com/u/60340680?v=4"},{"email":"loumarvincaraig@gmail.com","login":"github.com/se7entyse7en","name":"Lou Marvin Caraig","picture":"https://avatars1.githubusercontent.com/u/5599208?v=4"}], parent: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/Team.md |
athenian-2.1.85 | docs/Team.md |
athenian-2.1.81 | docs/Team.md |