Sha256: 31e6fb75933da4da65737152e32ab5bca0eea01d4ce5cef942f2076d4fcb3111

Contents?: true

Size: 474 Bytes

Versions: 3

Compression:

Stored size: 474 Bytes

Contents

# Athenian::ContributorIdentity

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **emails** | **Array<String>** | Email addresses belonging to the person. | [optional] |
| **names** | **Array<String>** | The person is known as each of these full names. The format is arbitrary. | [optional] |

## Example

```ruby
require 'athenian'

instance = Athenian::ContributorIdentity.new(
  emails: null,
  names: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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