Method: Stellar::Gradebook::Student#grades
- Defined in:
- lib/stellar/gradebook.rb
#grades ⇒ Hash
The student’s grades for all assignments.
285 286 287 288 |
# File 'lib/stellar/gradebook.rb', line 285 def grades reload! unless @grades @grades end |