Class: TrainingZones::PaceBand
- Inherits:
-
Struct
- Object
- Struct
- TrainingZones::PaceBand
- Defined in:
- lib/calcpace/training_zones.rb
Overview
A pace band for one training zone (paces per kilometre). slow = lower-intensity end of the band, fast = higher-intensity end.
Instance Attribute Summary collapse
-
#fast_clock ⇒ Object
Returns the value of attribute fast_clock.
-
#fast_seconds ⇒ Object
Returns the value of attribute fast_seconds.
-
#slow_clock ⇒ Object
Returns the value of attribute slow_clock.
-
#slow_seconds ⇒ Object
Returns the value of attribute slow_seconds.
Instance Attribute Details
#fast_clock ⇒ Object
Returns the value of attribute fast_clock
24 25 26 |
# File 'lib/calcpace/training_zones.rb', line 24 def fast_clock @fast_clock end |
#fast_seconds ⇒ Object
Returns the value of attribute fast_seconds
24 25 26 |
# File 'lib/calcpace/training_zones.rb', line 24 def fast_seconds @fast_seconds end |
#slow_clock ⇒ Object
Returns the value of attribute slow_clock
24 25 26 |
# File 'lib/calcpace/training_zones.rb', line 24 def slow_clock @slow_clock end |
#slow_seconds ⇒ Object
Returns the value of attribute slow_seconds
24 25 26 |
# File 'lib/calcpace/training_zones.rb', line 24 def slow_seconds @slow_seconds end |