Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 417 Bytes

DurationZone.md

File metadata and controls

19 lines (12 loc) · 417 Bytes

Polar::DurationZone

Properties

Name Type Description Notes
index Integer Activity zone index [optional]
inzone String Time duration spent in the zone ISO 8601 [optional]

Code Sample

require 'Polar'

instance = Polar::DurationZone.new(index: 1,
                                 inzone: PT51M5S)