class ZuoraConnect::AppInstanceBase

def api_limit?

def api_limit?
  return Redis.current.get("APILimits:#{self.id}").to_bool
end