class Comet::LicenseLimits

def clear

def clear
  @device_count = 0
  @booster_count = {}
  @unknown_json_fields = {}
end