Class: Renshuu::Profile::StudyCount

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

Overview

Model class for user study counts.

Instance Attribute Summary collapse

Instance Attribute Details

#today_aconjInteger (readonly)

Returns:

  • (Integer)


63
# File 'lib/renshuu/models/profile.rb', line 63

attribute :today_aconj, Types::Integer

#today_allInteger (readonly)

Returns:

  • (Integer)


43
# File 'lib/renshuu/models/profile.rb', line 43

attribute :today_all, Types::Integer

#today_conjInteger (readonly)

Returns:

  • (Integer)


67
# File 'lib/renshuu/models/profile.rb', line 67

attribute :today_conj, Types::Integer

#today_grammarInteger (readonly)

Returns:

  • (Integer)


47
# File 'lib/renshuu/models/profile.rb', line 47

attribute :today_grammar, Types::Integer

#today_kanjiInteger (readonly)

Returns:

  • (Integer)


55
# File 'lib/renshuu/models/profile.rb', line 55

attribute :today_kanji, Types::Integer

#today_sentInteger (readonly)

Returns:

  • (Integer)


59
# File 'lib/renshuu/models/profile.rb', line 59

attribute :today_sent, Types::Integer

#today_vocabInteger (readonly)

Returns:

  • (Integer)


51
# File 'lib/renshuu/models/profile.rb', line 51

attribute :today_vocab, Types::Integer

#totalInteger (readonly)

Returns:

  • (Integer)


71
# File 'lib/renshuu/models/profile.rb', line 71

attribute :total, Types::Integer

#total_grammarInteger (readonly)

Returns:

  • (Integer)


83
# File 'lib/renshuu/models/profile.rb', line 83

attribute :total_grammar, Types::Integer

#total_kanjiInteger (readonly)

Returns:

  • (Integer)


79
# File 'lib/renshuu/models/profile.rb', line 79

attribute :total_kanji, Types::Integer

#total_sentInteger (readonly)

Returns:

  • (Integer)


87
# File 'lib/renshuu/models/profile.rb', line 87

attribute :total_sent, Types::Integer

#total_vocabInteger (readonly)

Returns:

  • (Integer)


75
# File 'lib/renshuu/models/profile.rb', line 75

attribute :total_vocab, Types::Integer