Sha256: 6b15b5ceea4d6c8245adf1d11daed55bae86a45264b698f6efdd2d45bd49a6a9

Contents?: true

Size: 1.3 KB

Versions: 3

Compression:

Stored size: 1.3 KB

Contents

# Athenian::DeployedRelease

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **added_lines** | **Integer** | Cumulative number of lines inserted since the previous release. |  |
| **age** | **String** | Time since the previous release /\\d+s/. |  |
| **commits** | **Integer** | Number of commits since the previous release. |  |
| **commit_authors** | **Array<String>** | List of released commit authors' logins. |  |
| **deleted_lines** | **Integer** | Cumulative number of lines removed since the previous release. |  |
| **name** | **String** | Title of the release. |  |
| **prs** | **Integer** | Number of deployed pull requests. |  |
| **published** | **Time** | When the release was created. |  |
| **publisher** | **String** | Login of the person who created the release. |  |
| **repository** | **String** | Name of the repository where the release exists. |  |
| **sha** | **String** | Release commit hash. |  |
| **url** | **String** | Link to the release. |  |

## Example

```ruby
require 'athenian'

instance = Athenian::DeployedRelease.new(
  added_lines: null,
  age: null,
  commits: null,
  commit_authors: null,
  deleted_lines: null,
  name: null,
  prs: null,
  published: null,
  publisher: null,
  repository: null,
  sha: null,
  url: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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