module Strava
  module Models
    class TimedZoneRange < Model
      property 'max'
      property 'min'
      property 'time'
    end
  end
end