Class: Stellar::Gradebook::Assignment
- Inherits:
-
Object
- Object
- Stellar::Gradebook::Assignment
- Defined in:
- lib/stellar/gradebook.rb
Overview
One assignment in the Gradebook tab.
Instance Attribute Summary collapse
-
#client ⇒ Object
readonly
Generic Stellar client used to make requests.
-
#deleted ⇒ Object
(also: #deleted?)
readonly
True if the homework was deleted.
-
#gradebook ⇒ Object
readonly
The gradebook that this assignment is in.
-
#name ⇒ Object
readonly
Assignment name.
-
#url ⇒ Object
readonly
URL of the assignment's main page.
Instance Method Summary collapse
-
#delete! ⇒ Object
Deletes this assignment from the Gradebook.
-
#initialize(tr, gradebook) ⇒ Assignment
constructor
Creates a submission from a
element in the Gradebook assignments page. Constructor Details
#initialize(tr, gradebook) ⇒ Assignment
Creates a submission from a
element in the Gradebook assignments page.