Class: AmplitudeExperiment::CohortDownloadApi

Inherits:
Object
  • Object
show all
Defined in:
lib/experiment/cohort/cohort_download_api.rb

Overview

CohortDownloadApi

Direct Known Subclasses

DirectCohortDownloadApi

Constant Summary collapse

COHORT_REQUEST_TIMEOUT_MILLIS =
5000
COHORT_REQUEST_RETRY_DELAY_MILLIS =
100

Instance Method Summary collapse

Instance Method Details

#get_cohort(cohort_id, cohort = nil) ⇒ Object

Raises:

  • (NotImplementedError)


13
14
15
# File 'lib/experiment/cohort/cohort_download_api.rb', line 13

def get_cohort(cohort_id, cohort = nil)
  raise NotImplementedError
end