Sha256: ff689fbbd95e6c780beb42e430c656d65bdb4a7f0a4850460a6e42397097a794
Contents?: true
Size: 670 Bytes
Versions: 3
Compression:
Stored size: 670 Bytes
Contents
# Athenian::DiffedReleasesInclude ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **users** | [**Hash<String, IncludedNativeUser>**](IncludedNativeUser.md) | Mapping user native (e.g., GitHub) login ID -> user details. The users are mentioned in the PRs from \"PullRequestSet.data\" or in the commits from \"FilterCommitsRequest.data\". | | | **jira** | [**Hash<String, LinkedJIRAIssue>**](LinkedJIRAIssue.md) | Mapping JIRA issue ID -> details. | [optional] | ## Example ```ruby require 'athenian' instance = Athenian::DiffedReleasesInclude.new( users: null, jira: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/DiffedReleasesInclude.md |
athenian-2.1.85 | docs/DiffedReleasesInclude.md |
athenian-2.1.81 | docs/DiffedReleasesInclude.md |