Sha256: dca640bdd8cda3588986f68d64751dac1c18331956d4df4ffc7cececad0b1b23

Contents?: true

Size: 1.1 KB

Versions: 3

Compression:

Stored size: 1.1 KB

Contents

# Athenian::DeveloperUpdates

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **prs** | **Integer** | How many PRs authored by this developer updated. Note: this is not the same as the number of PRs this developer opened. Note: the update origin is not necessarily this developer. | [optional] |
| **reviewer** | **Integer** | How many reviews this developer submitted. Note: this is not the same as the number of unique PRs reviewed. | [optional] |
| **commit_author** | **Integer** | How many commits this developer authored. | [optional] |
| **commit_committer** | **Integer** | How many commits this developer pushed. | [optional] |
| **commenter** | **Integer** | How many regular PR comments this developer left. Note: issues are not taken into account, only the PRs. | [optional] |
| **releaser** | **Integer** | How many releases this developer created. | [optional] |

## Example

```ruby
require 'athenian'

instance = Athenian::DeveloperUpdates.new(
  prs: null,
  reviewer: null,
  commit_author: null,
  commit_committer: null,
  commenter: null,
  releaser: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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