Sha256: a5431ff424084674dfaf015db4dff093ebd8accbf0cc7f6e1c8954aeaa97bdc6

Contents?: true

Size: 368 Bytes

Versions: 3

Compression:

Stored size: 368 Bytes

Contents

# Athenian::JIRAInstallation

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **url** | **String** | JIRA base URL. |  |
| **projects** | **Array<String>** | List of accessible project keys. |  |

## Example

```ruby
require 'athenian'

instance = Athenian::JIRAInstallation.new(
  url: null,
  projects: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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