Class: Renshuu::Profile::Streak
- Defined in:
- lib/renshuu/models/profile.rb
Overview
Model class for profile study streaks.
Instance Attribute Summary collapse
- #correct_in_a_row ⇒ Integer readonly
- #correct_in_a_row_alltime ⇒ Integer readonly
- #days_studied_in_a_row ⇒ Integer readonly
- #days_studied_in_a_row_alltime ⇒ Integer readonly
Instance Attribute Details
#correct_in_a_row ⇒ Integer (readonly)
130 |
# File 'lib/renshuu/models/profile.rb', line 130 attribute :correct_in_a_row, Types::Integer |
#correct_in_a_row_alltime ⇒ Integer (readonly)
134 |
# File 'lib/renshuu/models/profile.rb', line 134 attribute :correct_in_a_row_alltime, Types::Integer |
#days_studied_in_a_row ⇒ Integer (readonly)
138 |
# File 'lib/renshuu/models/profile.rb', line 138 attribute :days_studied_in_a_row, Types::Integer |
#days_studied_in_a_row_alltime ⇒ Integer (readonly)
142 |
# File 'lib/renshuu/models/profile.rb', line 142 attribute :days_studied_in_a_row_alltime, Types::Integer |