Class: Renshuu::UserData::StudyVector

Inherits:
Model
  • Object
show all
Defined in:
lib/renshuu/models/user_data.rb

Overview

Model class for user data study vectors.

Instance Attribute Summary collapse

Instance Attribute Details

#correct_countInteger (readonly)

Returns:

  • (Integer)


30
# File 'lib/renshuu/models/user_data.rb', line 30

attribute :correct_count, Types::Integer

#last_quizzedDate (readonly)

Returns:

  • (Date)


42
# File 'lib/renshuu/models/user_data.rb', line 42

attribute :last_quizzed, Types::Date

#mastery_percInteger (readonly)

Returns:

  • (Integer)


38
# File 'lib/renshuu/models/user_data.rb', line 38

attribute :mastery_perc, Types::Integer

#missed_countInteger (readonly)

Returns:

  • (Integer)


34
# File 'lib/renshuu/models/user_data.rb', line 34

attribute :missed_count, Types::Integer

#nameString (readonly)

Returns:

  • (String)


26
# File 'lib/renshuu/models/user_data.rb', line 26

attribute :name, Types::String

#next_quizDate (readonly)

Returns:

  • (Date)


46
# File 'lib/renshuu/models/user_data.rb', line 46

attribute :next_quiz, Types::Date