Sha256: 3549931651e6d63a6a8b3257f509acb187766d6d0aaa3061cbead30c764724ce
Contents?: true
Size: 629 Bytes
Versions: 3
Compression:
Stored size: 629 Bytes
Contents
# Athenian::DeployedPullRequestAllOf ## 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. | | ## Example ```ruby require 'athenian' instance = Athenian::DeployedPullRequestAllOf.new( repository: github.com/athenianco/athenian-webapp ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/DeployedPullRequestAllOf.md |
athenian-2.1.85 | docs/DeployedPullRequestAllOf.md |
athenian-2.1.81 | docs/DeployedPullRequestAllOf.md |