Class: AdopsReportScrapper::OpenxClient
- Inherits:
-
BaseClient
- Object
- BaseClient
- AdopsReportScrapper::OpenxClient
- Defined in:
- lib/adops_report_scrapper/openx_client.rb
Instance Method Summary collapse
Methods inherited from BaseClient
#get_data, #initialize, #login, #logout
Constructor Details
This class inherits a constructor from AdopsReportScrapper::BaseClient
Instance Method Details
#date_supported?(date = nil) ⇒ Boolean
7 8 9 10 11 |
# File 'lib/adops_report_scrapper/openx_client.rb', line 7 def date_supported?(date = nil) _date = date || @date return true if _date >= Date.today - 2 false end |