Sha256: c52a72af9142ea0486a18d005dfcf9cf2b1c8a67ffb0dba05ed6bd9e8808a539
Contents?: true
Size: 687 Bytes
Versions: 3
Compression:
Stored size: 687 Bytes
Contents
# Athenian::LogicalRepositoryGetRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **account** | **Integer** | Account ID. | | | **name** | **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::LogicalRepositoryGetRequest.new( account: null, name: github.com/athenianco/athenian-webapp ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/LogicalRepositoryGetRequest.md |
athenian-2.1.85 | docs/LogicalRepositoryGetRequest.md |
athenian-2.1.81 | docs/LogicalRepositoryGetRequest.md |