Class: Runby::RunType

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

Overview

Base class for all run types

Instance Method Summary collapse

Instance Method Details

#descriptionObject



6
7
8
# File 'lib/runby_pace/run_type.rb', line 6

def description
  'No description'
end

#explanationObject



10
11
12
# File 'lib/runby_pace/run_type.rb', line 10

def explanation
  'No explanation'
end

#lookup_pace(five_k_time, distance_units = :km) ⇒ Object



14
# File 'lib/runby_pace/run_type.rb', line 14

def lookup_pace(five_k_time, distance_units = :km) end