Sha256: f42329af6b9ecaf70db726720c1b2e3bccba4049657a660de44ac831b5aba710
Contents?: true
Size: 393 Bytes
Versions: 3
Compression:
Stored size: 393 Bytes
Contents
# Athenian::Share ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **author** | **String** | User name who submitted. | | | **created** | **Time** | Submission timestamp. | | | **data** | **Object** | Saved object. | | ## Example ```ruby require 'athenian' instance = Athenian::Share.new( author: null, created: null, data: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/Share.md |
athenian-2.1.85 | docs/Share.md |
athenian-2.1.81 | docs/Share.md |