Class: RunbyPace::RunTypes::LongRun
- Inherits:
-
RunbyPace::RunType
- Object
- RunbyPace::RunType
- RunbyPace::RunTypes::LongRun
- Defined in:
- lib/runby_pace/run_types/long_run.rb
Instance Attribute Summary collapse
-
#fast_pace_data ⇒ Object
readonly
Returns the value of attribute fast_pace_data.
-
#slow_pace_data ⇒ Object
readonly
Returns the value of attribute slow_pace_data.
Instance Method Summary collapse
-
#initialize ⇒ LongRun
constructor
A new instance of LongRun.
- #pace(five_k_time) ⇒ Object
Constructor Details
Instance Attribute Details
#fast_pace_data ⇒ Object (readonly)
Returns the value of attribute fast_pace_data.
6 7 8 |
# File 'lib/runby_pace/run_types/long_run.rb', line 6 def fast_pace_data @fast_pace_data end |
#slow_pace_data ⇒ Object (readonly)
Returns the value of attribute slow_pace_data.
6 7 8 |
# File 'lib/runby_pace/run_types/long_run.rb', line 6 def slow_pace_data @slow_pace_data end |