Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 666 Bytes

Zone.md

File metadata and controls

23 lines (16 loc) · 666 Bytes

Polar::Zone

Properties

Name Type Description Notes
index Integer Zone list index [optional]
lower_limit Integer Lower heart-rate boundary of the zone [optional]
upper_limit Integer Upper heart-rate boundary of the zone [optional]
in_zone String Time duration spent in the zone ISO 8601 [optional]

Code Sample

require 'Polar'

instance = Polar::Zone.new(index: 1,
                                 lower_limit: 110,
                                 upper_limit: 130,
                                 in_zone: PT4S)