Class: AdopsReportScrapper::AppnexusClient
- Inherits:
-
BaseClient
- Object
- BaseClient
- AdopsReportScrapper::AppnexusClient
show all
- Defined in:
- lib/adops_report_scrapper/appnexus_client.rb
Instance Method Summary
collapse
Methods inherited from BaseClient
#get_data, #initialize, #login, #logout
Instance Method Details
#before_quit_with_error ⇒ Object
16
17
|
# File 'lib/adops_report_scrapper/appnexus_client.rb', line 16
def before_quit_with_error
end
|
#date_supported?(date = nil) ⇒ Boolean
7
8
9
10
11
|
# File 'lib/adops_report_scrapper/appnexus_client.rb', line 7
def date_supported?(date = nil)
_date = date || @date
return true if _date >= Date.today - 7
false
end
|
#init_client ⇒ Object
13
14
|
# File 'lib/adops_report_scrapper/appnexus_client.rb', line 13
def init_client
end
|