Class: AdopsReportScrapper::SpotxchangeClient
- Inherits:
-
BaseClient
- Object
- BaseClient
- AdopsReportScrapper::SpotxchangeClient
- Defined in:
- lib/adops_report_scrapper/spotxchange_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
6 7 8 9 10 |
# File 'lib/adops_report_scrapper/spotxchange_client.rb', line 6 def date_supported?(date = nil) _date = date || @date return true if _date < Date.today false end |