# 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 ) ```