Sha256: 222967ae6be398a70bdb4c9c7b35dd18df63ae1078a5ec530bc82d7519cd498e

Contents?: true

Size: 408 Bytes

Versions: 3

Compression:

Stored size: 408 Bytes

Contents

# Athenian::DeploymentWith

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **pr_author** | **Array** |  | [optional] |
| **commit_author** | **Array** |  | [optional] |
| **releaser** | **Array** |  | [optional] |

## Example

```ruby
require 'athenian'

instance = Athenian::DeploymentWith.new(
  pr_author: null,
  commit_author: null,
  releaser: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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