Sha256: 9753f3a219005845dc22cad546eb63e11130a1a84e6427f5249c4d09decabad7
Contents?: true
Size: 938 Bytes
Versions: 3
Compression:
Stored size: 938 Bytes
Contents
# Athenian::InstallationProgress ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **started_date** | **Time** | Date and time when the historical data collection began. | | | **finished_date** | **Time** | Date and time when the historical data collection ended. | | | **owner** | **String** | Login of the person who installed the metadata. | [optional] | | **repositories** | **Integer** | Number of discovered repositories. | [optional] | | **tables** | [**Array<TableFetchingProgress>**](TableFetchingProgress.md) | | | ## Example ```ruby require 'athenian' instance = Athenian::InstallationProgress.new( started_date: null, finished_date: null, owner: null, repositories: null, tables: [{"fetched":50,"name":"Commit","total":100},{"fetched":0,"total":200,"name":"PullRequest"}] ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/InstallationProgress.md |
athenian-2.1.85 | docs/InstallationProgress.md |
athenian-2.1.81 | docs/InstallationProgress.md |