Sha256: 0d1e442cbdd52aa2f562ff46b4448a08e54dbeb240c39087218e287e12de3107

Contents?: true

Size: 453 Bytes

Versions: 3

Compression:

Stored size: 453 Bytes

Contents

# Athenian::WorkType

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | Work type name. It is unique within the account scope. |  |
| **color** | **String** | RGB 24-bit color in hex. |  |
| **rules** | [**Array<WorkTypeRule>**](WorkTypeRule.md) |  |  |

## Example

```ruby
require 'athenian'

instance = Athenian::WorkType.new(
  name: null,
  color: null,
  rules: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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