Class: Runby::RunTypes::FastTempoRun
- Inherits:
-
TempoRun
- Object
- Runby::RunType
- TempoRun
- Runby::RunTypes::FastTempoRun
- Defined in:
- lib/runby_pace/run_types/fast_tempo_run.rb
Overview
The “fast tempo” pace roughly equates to your half-marathon pace.
It's a pace you could maintain for about an hour, if pressed.
Instance Attribute Summary
Attributes inherited from TempoRun
#fast_pace_calculator, #slow_pace_calculator
Instance Method Summary collapse
Methods inherited from TempoRun
Constructor Details
This class inherits a constructor from Runby::RunTypes::TempoRun
Instance Method Details
#description ⇒ Object
8 9 10 |
# File 'lib/runby_pace/run_types/fast_tempo_run.rb', line 8 def description 'Fast Tempo Run' end |