Class: RunbyPace::RunTypes::LongRun::GoldenPaces

Inherits:
Object
  • Object
show all
Defined in:
lib/runby_pace/run_types/long_run.rb

Class Method Summary collapse

Class Method Details

.fastObject



24
25
26
# File 'lib/runby_pace/run_types/long_run.rb', line 24

def self.fast
  { '14:00': '04:00', '15:00': '04:16', '20:00': '05:31', '25:00': '06:44', '30:00': '07:54', '35:00':'09:01', '40:00':'10:07', '42:00':'10:32'}
end

.slowObject



27
28
29
# File 'lib/runby_pace/run_types/long_run.rb', line 27

def self.slow
  { '14:00': '04:39', '15:00': '04:57', '20:00': '06:22', '25:00': '07:43', '30:00': '09:00', '35:00':'10:15', '40:00':'11:26', '42:00':'11:53'}
end