Class: Renshuu::Profile::StudyCount
- Defined in:
- lib/renshuu/models/profile.rb
Overview
Model class for user study counts.
Instance Attribute Summary collapse
- #today_aconj ⇒ Integer readonly
- #today_all ⇒ Integer readonly
- #today_conj ⇒ Integer readonly
- #today_grammar ⇒ Integer readonly
- #today_kanji ⇒ Integer readonly
- #today_sent ⇒ Integer readonly
- #today_vocab ⇒ Integer readonly
- #total ⇒ Integer readonly
- #total_grammar ⇒ Integer readonly
- #total_kanji ⇒ Integer readonly
- #total_sent ⇒ Integer readonly
- #total_vocab ⇒ Integer readonly
Instance Attribute Details
#today_aconj ⇒ Integer (readonly)
63 |
# File 'lib/renshuu/models/profile.rb', line 63 attribute :today_aconj, Types::Integer |
#today_all ⇒ Integer (readonly)
43 |
# File 'lib/renshuu/models/profile.rb', line 43 attribute :today_all, Types::Integer |
#today_conj ⇒ Integer (readonly)
67 |
# File 'lib/renshuu/models/profile.rb', line 67 attribute :today_conj, Types::Integer |
#today_grammar ⇒ Integer (readonly)
47 |
# File 'lib/renshuu/models/profile.rb', line 47 attribute :today_grammar, Types::Integer |
#today_kanji ⇒ Integer (readonly)
55 |
# File 'lib/renshuu/models/profile.rb', line 55 attribute :today_kanji, Types::Integer |
#today_sent ⇒ Integer (readonly)
59 |
# File 'lib/renshuu/models/profile.rb', line 59 attribute :today_sent, Types::Integer |
#today_vocab ⇒ Integer (readonly)
51 |
# File 'lib/renshuu/models/profile.rb', line 51 attribute :today_vocab, Types::Integer |
#total ⇒ Integer (readonly)
71 |
# File 'lib/renshuu/models/profile.rb', line 71 attribute :total, Types::Integer |
#total_grammar ⇒ Integer (readonly)
83 |
# File 'lib/renshuu/models/profile.rb', line 83 attribute :total_grammar, Types::Integer |
#total_kanji ⇒ Integer (readonly)
79 |
# File 'lib/renshuu/models/profile.rb', line 79 attribute :total_kanji, Types::Integer |
#total_sent ⇒ Integer (readonly)
87 |
# File 'lib/renshuu/models/profile.rb', line 87 attribute :total_sent, Types::Integer |
#total_vocab ⇒ Integer (readonly)
75 |
# File 'lib/renshuu/models/profile.rb', line 75 attribute :total_vocab, Types::Integer |