Sha256: d6065c99bf99b64a01f73c0cb82ac805b79be2f7e70ba4cfd033baa78231f5c4

Contents?: true

Size: 630 Bytes

Versions: 3

Compression:

Stored size: 630 Bytes

Contents

# Athenian::StageTimings

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **wip** | **String** | Time duration value. |  |
| **review** | **String** | Time duration value. | [optional] |
| **merge** | **String** | Time duration value. | [optional] |
| **release** | **String** | Time duration value. | [optional] |
| **deploy** | **Hash<String, String>** | Map from target environments to the values. | [optional] |

## Example

```ruby
require 'athenian'

instance = Athenian::StageTimings.new(
  wip: null,
  review: null,
  merge: null,
  release: null,
  deploy: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
athenian-2.1.86 docs/StageTimings.md
athenian-2.1.85 docs/StageTimings.md
athenian-2.1.81 docs/StageTimings.md