Sha256: d790def0eca573b1387bb3a1c042218175131d258b5fe9b66012d4bb67de59c5

Contents?: true

Size: 779 Bytes

Versions: 3

Compression:

Stored size: 779 Bytes

Contents

# Athenian::CommitSignature

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **login** | **String** | User name which uniquely identifies any developer on any service provider. The format matches the profile URL without the protocol part.  | [optional] |
| **name** | **String** | Git signature name. | [optional] |
| **email** | **String** | Git signature email. | [optional] |
| **timestamp** | **Time** | When the corresponding action happened in UTC. |  |
| **timezone** | **Float** | Timezone offset of the action timestamp (in hours). |  |

## Example

```ruby
require 'athenian'

instance = Athenian::CommitSignature.new(
  login: github.com/vmarkovtsev,
  name: null,
  email: null,
  timestamp: null,
  timezone: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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