Sha256: 733e57398721f1bf7eac21dda3f334345362e89bb957f79665d708a825b760e5
Contents?: true
Size: 343 Bytes
Versions: 3
Compression:
Stored size: 343 Bytes
Contents
# Athenian::InvitationLink ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **url** | **String** | Invitation URL. Users are supposed to click it and become admins or regular account members. | | ## Example ```ruby require 'athenian' instance = Athenian::InvitationLink.new( url: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/InvitationLink.md |
athenian-2.1.85 | docs/InvitationLink.md |
athenian-2.1.81 | docs/InvitationLink.md |