Class: Renshuu::Schedule::TermCount
- Defined in:
- lib/renshuu/models/schedule.rb
Overview
Model class for schedule term counts.
Instance Attribute Summary collapse
- #hidden_count ⇒ Integer readonly
- #studied_count ⇒ Integer readonly
- #total_count ⇒ Integer readonly
- #unstudied_count ⇒ Integer readonly
Instance Attribute Details
#hidden_count ⇒ Integer (readonly)
117 |
# File 'lib/renshuu/models/schedule.rb', line 117 attribute :hidden_count, Types::Integer |
#studied_count ⇒ Integer (readonly)
109 |
# File 'lib/renshuu/models/schedule.rb', line 109 attribute :studied_count, Types::Integer |
#total_count ⇒ Integer (readonly)
105 |
# File 'lib/renshuu/models/schedule.rb', line 105 attribute :total_count, Types::Integer |
#unstudied_count ⇒ Integer (readonly)
113 |
# File 'lib/renshuu/models/schedule.rb', line 113 attribute :unstudied_count, Types::Integer |