Class: Runby::RunType
- Inherits:
-
Object
- Object
- Runby::RunType
- Defined in:
- lib/runby_pace/run_type.rb
Overview
Base class for all run types
Direct Known Subclasses
Runby::RunTypes::DistanceRun, Runby::RunTypes::EasyRun, Runby::RunTypes::LongRun, Runby::RunTypes::TempoRun
Instance Method Summary collapse
Instance Method Details
#description ⇒ Object
4 5 6 |
# File 'lib/runby_pace/run_type.rb', line 4 def description 'No description' end |
#lookup_pace(five_k_time, distance_units = :km) ⇒ Object
8 9 |
# File 'lib/runby_pace/run_type.rb', line 8 def lookup_pace(five_k_time, distance_units = :km) end |