Class: AppnexusApi::LogLevelDataDownloadService
- Inherits:
-
LogLevelDataService
- Object
- Service
- ReadOnlyService
- LogLevelDataService
- AppnexusApi::LogLevelDataDownloadService
- Extended by:
- Gem::Deprecate
- Defined in:
- lib/appnexusapi/services/log_level_data_download_service.rb
Constant Summary
Constants inherited from LogLevelDataService
AppnexusApi::LogLevelDataService::DEFAULT_FEED, AppnexusApi::LogLevelDataService::DOWNLOAD_URI, AppnexusApi::LogLevelDataService::RETRY_DOWNLOAD_PARAMS
Constants inherited from Service
Service::DEFAULT_NUMBER_OF_ELEMENTS
Instance Method Summary collapse
-
#initialize(connection, options = {}) ⇒ LogLevelDataDownloadService
constructor
A new instance of LogLevelDataDownloadService.
Methods inherited from LogLevelDataService
#download_new_files_since, #since, #uri_name
Methods inherited from Service
#create, #delete, #get, #get_all, #name, #plural_name, #plural_uri_name, #update, #uri_name, #uri_suffix
Constructor Details
#initialize(connection, options = {}) ⇒ LogLevelDataDownloadService
Returns a new instance of LogLevelDataDownloadService.
8 9 10 |
# File 'lib/appnexusapi/services/log_level_data_download_service.rb', line 8 def initialize(connection, = {}) super end |