Class: STATS

Inherits:
Data
  • Object
show all
Defined in:
lib/statistics.rb

Instance Attribute Summary collapse

Instance Attribute Details

#avg_entriesObject (readonly)

Returns the value of attribute avg_entries

Returns:

  • (Object)

    the current value of avg_entries



6
7
8
# File 'lib/statistics.rb', line 6

def avg_entries
  @avg_entries
end

#first_entryObject (readonly)

Returns the value of attribute first_entry

Returns:

  • (Object)

    the current value of first_entry



6
7
8
# File 'lib/statistics.rb', line 6

def first_entry
  @first_entry
end

#last_entryObject (readonly)

Returns the value of attribute last_entry

Returns:

  • (Object)

    the current value of last_entry



6
7
8
# File 'lib/statistics.rb', line 6

def last_entry
  @last_entry
end

#total_daysObject (readonly)

Returns the value of attribute total_days

Returns:

  • (Object)

    the current value of total_days



6
7
8
# File 'lib/statistics.rb', line 6

def total_days
  @total_days
end

#total_entriesObject (readonly)

Returns the value of attribute total_entries

Returns:

  • (Object)

    the current value of total_entries



6
7
8
# File 'lib/statistics.rb', line 6

def total_entries
  @total_entries
end

#total_epicsObject (readonly)

Returns the value of attribute total_epics

Returns:

  • (Object)

    the current value of total_epics



6
7
8
# File 'lib/statistics.rb', line 6

def total_epics
  @total_epics
end