Sha256: cbe99e93055ea9e8b1618ee05c31846fbb52e0d1b036642cbbb3be9026ab7208
Contents?: true
Size: 523 Bytes
Versions: 3
Compression:
Stored size: 523 Bytes
Contents
# Athenian::IncludedNativeUsers ## 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\". | | ## Example ```ruby require 'athenian' instance = Athenian::IncludedNativeUsers.new( users: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/IncludedNativeUsers.md |
athenian-2.1.85 | docs/IncludedNativeUsers.md |
athenian-2.1.81 | docs/IncludedNativeUsers.md |