Class: PostRunner::ActivitySummary::HRZone

Inherits:
Struct
  • Object
show all
Defined in:
lib/postrunner/ActivitySummary.rb

Instance Attribute Summary collapse

Instance Attribute Details

#highObject

Returns the value of attribute high

Returns:

  • (Object)

    the current value of high



25
26
27
# File 'lib/postrunner/ActivitySummary.rb', line 25

def high
  @high
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



25
26
27
# File 'lib/postrunner/ActivitySummary.rb', line 25

def index
  @index
end

#lowObject

Returns the value of attribute low

Returns:

  • (Object)

    the current value of low



25
26
27
# File 'lib/postrunner/ActivitySummary.rb', line 25

def low
  @low
end

#percent_in_zoneObject

Returns the value of attribute percent_in_zone

Returns:

  • (Object)

    the current value of percent_in_zone



25
26
27
# File 'lib/postrunner/ActivitySummary.rb', line 25

def percent_in_zone
  @percent_in_zone
end

#time_in_zoneObject

Returns the value of attribute time_in_zone

Returns:

  • (Object)

    the current value of time_in_zone



25
26
27
# File 'lib/postrunner/ActivitySummary.rb', line 25

def time_in_zone
  @time_in_zone
end