Class: RunbyPace::RunType

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

Instance Method Summary collapse

Instance Method Details

#descriptionObject



3
4
5
# File 'lib/runby_pace/run_type.rb', line 3

def description
  'No description'
end

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



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

def pace(five_k_time, distance_units = :km)
end