Class: Renshuu::Schedule::TermCount

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

Overview

Model class for schedule term counts.

Instance Attribute Summary collapse

Instance Attribute Details

#hidden_countInteger (readonly)

Returns:

  • (Integer)


117
# File 'lib/renshuu/models/schedule.rb', line 117

attribute :hidden_count, Types::Integer

#studied_countInteger (readonly)

Returns:

  • (Integer)


109
# File 'lib/renshuu/models/schedule.rb', line 109

attribute :studied_count, Types::Integer

#total_countInteger (readonly)

Returns:

  • (Integer)


105
# File 'lib/renshuu/models/schedule.rb', line 105

attribute :total_count, Types::Integer

#unstudied_countInteger (readonly)

Returns:

  • (Integer)


113
# File 'lib/renshuu/models/schedule.rb', line 113

attribute :unstudied_count, Types::Integer