Class: Vo2maxEstimator::Vo2maxResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/calcpace/vo2max_estimator.rb

Overview

Represents a contextualized VO2max estimation result

Instance Attribute Summary collapse

Instance Attribute Details

#adjusted_distance_kmObject

Returns the value of attribute adjusted_distance_km

Returns:

  • (Object)

    the current value of adjusted_distance_km



31
32
33
# File 'lib/calcpace/vo2max_estimator.rb', line 31

def adjusted_distance_km
  @adjusted_distance_km
end

#confidenceObject

Returns the value of attribute confidence

Returns:

  • (Object)

    the current value of confidence



31
32
33
# File 'lib/calcpace/vo2max_estimator.rb', line 31

def confidence
  @confidence
end

#sub_maximalObject

Returns the value of attribute sub_maximal

Returns:

  • (Object)

    the current value of sub_maximal



31
32
33
# File 'lib/calcpace/vo2max_estimator.rb', line 31

def sub_maximal
  @sub_maximal
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



31
32
33
# File 'lib/calcpace/vo2max_estimator.rb', line 31

def value
  @value
end