Sha256: f5a3276c3df8b5650c9b8dede94e82d368a5a614a360620415c1cdba8aed18f4
Contents?: true
Size: 683 Bytes
Versions: 3
Compression:
Stored size: 683 Bytes
Contents
# Athenian::PullRequestNumbers ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **repository** | **String** | Repository name which uniquely identifies any repository in any service provider. The format matches the repository URL without the protocol part. No \".git\" should be appended. We support a special syntax for repository sets: \"{reposet id}\" adds all the repositories from the given set. | | | **numbers** | **Array<Integer>** | | | ## Example ```ruby require 'athenian' instance = Athenian::PullRequestNumbers.new( repository: github.com/athenianco/athenian-webapp, numbers: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/PullRequestNumbers.md |
athenian-2.1.85 | docs/PullRequestNumbers.md |
athenian-2.1.81 | docs/PullRequestNumbers.md |