Class: STATS
- Inherits:
-
Data
- Object
- Data
- STATS
- Defined in:
- lib/statistics.rb
Instance Attribute Summary collapse
-
#avg_entries ⇒ Object
readonly
Returns the value of attribute avg_entries.
-
#first_entry ⇒ Object
readonly
Returns the value of attribute first_entry.
-
#last_entry ⇒ Object
readonly
Returns the value of attribute last_entry.
-
#total_days ⇒ Object
readonly
Returns the value of attribute total_days.
-
#total_entries ⇒ Object
readonly
Returns the value of attribute total_entries.
-
#total_epics ⇒ Object
readonly
Returns the value of attribute total_epics.
Instance Attribute Details
#avg_entries ⇒ Object (readonly)
Returns the value of attribute avg_entries
6 7 8 |
# File 'lib/statistics.rb', line 6 def avg_entries @avg_entries end |
#first_entry ⇒ Object (readonly)
Returns the value of attribute first_entry
6 7 8 |
# File 'lib/statistics.rb', line 6 def first_entry @first_entry end |
#last_entry ⇒ Object (readonly)
Returns the value of attribute last_entry
6 7 8 |
# File 'lib/statistics.rb', line 6 def last_entry @last_entry end |
#total_days ⇒ Object (readonly)
Returns the value of attribute total_days
6 7 8 |
# File 'lib/statistics.rb', line 6 def total_days @total_days end |
#total_entries ⇒ Object (readonly)
Returns the value of attribute total_entries
6 7 8 |
# File 'lib/statistics.rb', line 6 def total_entries @total_entries end |
#total_epics ⇒ Object (readonly)
Returns the value of attribute total_epics
6 7 8 |
# File 'lib/statistics.rb', line 6 def total_epics @total_epics end |