Sha256: 6918b1891d70489713f4b1e15d47f9eb152289287a0b405034f8069ef0548d4f

Contents?: true

Size: 786 Bytes

Versions: 1

Compression:

Stored size: 786 Bytes

Contents

# Athenian::AccountStatus

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **is_admin** | **Boolean** | Indicates whether the user is an account administrator. |  |
| **expired** | **Boolean** | Indicates whether the account is disabled. |  |
| **has_jira** | **Boolean** | Indicates whether the account installed the integration with JIRA. |  |
| **has_ci** | **Boolean** | Indicates whether the account permitted the access to check suites. |  |
| **has_deployments** | **Boolean** | Indicates whether the account has submitted at least one deployment. |  |

## Example

```ruby
require 'athenian'

instance = Athenian::AccountStatus.new(
  is_admin: null,
  expired: null,
  has_jira: null,
  has_ci: null,
  has_deployments: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
athenian-2.1.81 docs/AccountStatus.md