Sha256: bfafc28047e49c9fc9dbe07d420b702874f5bc91a9231ef8a4b25f63a1f39c07
Contents?: true
Size: 603 Bytes
Versions: 3
Compression:
Stored size: 603 Bytes
Contents
# Athenian::FilteredEnvironment ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **deployments_count** | **Integer** | Number of deployments (successful or not) in the specified time interval. | | | **last_conclusion** | [**DeploymentConclusion**](DeploymentConclusion.md) | | | | **name** | **String** | Name of the environment. | | | **repositories** | **Array** | | | ## Example ```ruby require 'athenian' instance = Athenian::FilteredEnvironment.new( deployments_count: null, last_conclusion: null, name: null, repositories: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/FilteredEnvironment.md |
athenian-2.1.85 | docs/FilteredEnvironment.md |
athenian-2.1.81 | docs/FilteredEnvironment.md |