Sha256: 9d29b585608143bc374513906a1c6058ac2d37c83f6aba0e5017811d923e35e7
Contents?: true
Size: 478 Bytes
Versions: 3
Compression:
Stored size: 478 Bytes
Contents
# Athenian::JIRAComment ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **author** | **String** | The name of the user who created the comment. | | | **created** | **Time** | The date and time at which the comment was created. | | | **rendered_body** | **String** | The comment text. | | ## Example ```ruby require 'athenian' instance = Athenian::JIRAComment.new( author: null, created: null, rendered_body: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/JIRAComment.md |
athenian-2.1.85 | docs/JIRAComment.md |
athenian-2.1.81 | docs/JIRAComment.md |