Class: Renshuu::UserData::StudyVector
- Defined in:
- lib/renshuu/models/user_data.rb
Overview
Model class for user data study vectors.
Instance Attribute Summary collapse
- #correct_count ⇒ Integer readonly
- #last_quizzed ⇒ Date readonly
- #mastery_perc ⇒ Integer readonly
- #missed_count ⇒ Integer readonly
- #name ⇒ String readonly
- #next_quiz ⇒ Date readonly
Instance Attribute Details
#correct_count ⇒ Integer (readonly)
30 |
# File 'lib/renshuu/models/user_data.rb', line 30 attribute :correct_count, Types::Integer |
#last_quizzed ⇒ Date (readonly)
42 |
# File 'lib/renshuu/models/user_data.rb', line 42 attribute :last_quizzed, Types::Date |
#mastery_perc ⇒ Integer (readonly)
38 |
# File 'lib/renshuu/models/user_data.rb', line 38 attribute :mastery_perc, Types::Integer |
#missed_count ⇒ Integer (readonly)
34 |
# File 'lib/renshuu/models/user_data.rb', line 34 attribute :missed_count, Types::Integer |
#name ⇒ String (readonly)
26 |
# File 'lib/renshuu/models/user_data.rb', line 26 attribute :name, Types::String |