Class: Vo2maxEstimator::Vo2maxResult
- Inherits:
-
Struct
- Object
- Struct
- Vo2maxEstimator::Vo2maxResult
- Defined in:
- lib/calcpace/vo2max_estimator.rb
Overview
Represents a contextualized VO2max estimation result
Instance Attribute Summary collapse
-
#adjusted_distance_km ⇒ Object
Returns the value of attribute adjusted_distance_km.
-
#confidence ⇒ Object
Returns the value of attribute confidence.
-
#sub_maximal ⇒ Object
Returns the value of attribute sub_maximal.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#adjusted_distance_km ⇒ Object
Returns the value of attribute adjusted_distance_km
31 32 33 |
# File 'lib/calcpace/vo2max_estimator.rb', line 31 def adjusted_distance_km @adjusted_distance_km end |
#confidence ⇒ Object
Returns the value of attribute confidence
31 32 33 |
# File 'lib/calcpace/vo2max_estimator.rb', line 31 def confidence @confidence end |
#sub_maximal ⇒ Object
Returns the value of attribute sub_maximal
31 32 33 |
# File 'lib/calcpace/vo2max_estimator.rb', line 31 def sub_maximal @sub_maximal end |
#value ⇒ Object
Returns the value of attribute value
31 32 33 |
# File 'lib/calcpace/vo2max_estimator.rb', line 31 def value @value end |