Sha256: 72f55763cc34ad778b33b462da527a72ee606f9d019543c3840321c355a2c1e7

Contents?: true

Size: 534 Bytes

Versions: 3

Compression:

Stored size: 534 Bytes

Contents

# Athenian::JIRAPriority

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | Name of the priority. |  |
| **image** | **String** | URL of the picture that indicates the priority. |  |
| **rank** | **Integer** | Measure of importance (smaller is more important). |  |
| **color** | **String** | RGB 24-bit color in hex. |  |

## Example

```ruby
require 'athenian'

instance = Athenian::JIRAPriority.new(
  name: null,
  image: null,
  rank: null,
  color: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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