Class: Stellar::Homework::Submission::Comment
- Inherits:
-
Object
- Object
- Stellar::Homework::Submission::Comment
- Defined in:
- lib/stellar/homework.rb
Overview
A comment on a Stellar submission.
Instance Attribute Summary collapse
-
#attachment_url ⇒ Object
readonly
URL to the file attached to the comment.
-
#author ⇒ Object
readonly
Person who posted the comment.
-
#client ⇒ Object
readonly
Generic Stellar client used to make requests.
-
#deleted ⇒ Object
(also: #deleted?)
readonly
True if the comment was deleted.
-
#submission ⇒ Object
readonly
The submission that the comment was posted on.
-
#text ⇒ Object
readonly
Comment text.
Instance Method Summary collapse
-
#attachment_data ⇒ String
The contents of the file attached to this Stellar submission comment.
-
#delete! ⇒ Object
Deletes this comment from Stellar.
-
#initialize(table, submission) ⇒ Comment
constructor
Creates a comment from a
in a Stellar submission details page.
Constructor Details
#initialize(table, submission) ⇒ Comment
Creates a comment from a
in a Stellar submission details page.