Sha256: 735b689bec37bdb75836d84dea6d6eaa169fc37b3b8de5365e4fa9d0725ce6bc
Contents?: true
Size: 553 Bytes
Versions: 3
Compression:
Stored size: 553 Bytes
Contents
# Athenian::InvitationCheckResult ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **active** | **Boolean** | Value indicating whether the invitation is still enabled. | [optional] | | **type** | **String** | Invited user's account membership status. | [optional] | | **valid** | **Boolean** | Value indicating whether the invitation URL is correctly formed. | | ## Example ```ruby require 'athenian' instance = Athenian::InvitationCheckResult.new( active: null, type: null, valid: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/InvitationCheckResult.md |
athenian-2.1.85 | docs/InvitationCheckResult.md |
athenian-2.1.81 | docs/InvitationCheckResult.md |