Class: Runby::RunTypes::EasyRun::GoldenPaces
- Inherits:
-
Object
- Object
- Runby::RunTypes::EasyRun::GoldenPaces
- Defined in:
- lib/runby_pace/run_types/easy_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
24 25 26 |
# File 'lib/runby_pace/run_types/easy_run.rb', line 24 def self.fast GoldenPaceSet.new({ '14:00': '04:17', '15:00': '04:33', '20:00': '05:53', '25:00': '07:09', '30:00': '08:23', '35:00': '09:33', '40:00': '10:41', '42:00': '11:08' }) end |
.slow ⇒ Object
28 29 30 |
# File 'lib/runby_pace/run_types/easy_run.rb', line 28 def self.slow GoldenPaceSet.new({ '14:00': '05:01', '15:00': '05:20', '20:00': '06:51', '25:00': '08:17', '30:00': '09:38', '35:00': '10:56', '40:00': '12:10', '42:00': '12:39' }) end |