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



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