module Strava
  module Models
    class ZoneRange < Model
      property 'max'
      property 'min'
    end
  end
end