Sha256: 2fc4428d22dd0c4524bed83ab4806704cc554d859f04ed5e34d51b9817e46ae2
Contents?: true
Size: 751 Bytes
Versions: 3
Compression:
Stored size: 751 Bytes
Contents
# Athenian::Contributor ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **login** | **String** | User name which uniquely identifies any developer on any service provider. The format matches the profile URL without the protocol part. | | | **name** | **String** | Full name of the contributor. | [optional] | | **email** | **String** | Email of the conributor. | [optional] | | **picture** | **String** | Avatar URL of the contributor. | [optional] | | **jira_user** | **String** | Mapped JIRA user name. | [optional] | ## Example ```ruby require 'athenian' instance = Athenian::Contributor.new( login: github.com/vmarkovtsev, name: null, email: null, picture: null, jira_user: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/Contributor.md |
athenian-2.1.85 | docs/Contributor.md |
athenian-2.1.81 | docs/Contributor.md |