Class: Runby::RunTypes::LongRun::GoldenPaces
- Inherits:
-
Object
- Object
- Runby::RunTypes::LongRun::GoldenPaces
- Defined in:
- lib/runby_pace/run_types/long_run.rb
Overview
Used in testing, contains hashes mapping 5K race times with the recommended pace-per-km for this run type.
Class Method Summary collapse
Class Method Details
.fast ⇒ Object
25 26 27 |
# File 'lib/runby_pace/run_types/long_run.rb', line 25 def self.fast GoldenPaceSet.new({ '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 |
.slow ⇒ Object
29 30 31 |
# File 'lib/runby_pace/run_types/long_run.rb', line 29 def self.slow GoldenPaceSet.new({ '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 |