Class: ScraperWiki::API::Matchers::RunEventsMatcher
- Inherits:
-
ScraperInfoMatcher
- Object
- CustomMatcher
- ScraperInfoMatcher
- ScraperWiki::API::Matchers::RunEventsMatcher
- Defined in:
- lib/scraperwiki-api/matchers.rb
Direct Known Subclasses
Instance Method Summary collapse
Methods inherited from CustomMatcher
#does_not_match?, #failure_message, #initialize, #matches?, #negative_failure_message
Constructor Details
This class inherits a constructor from ScraperWiki::API::Matchers::CustomMatcher
Instance Method Details
#last_run ⇒ Object
329 330 331 |
# File 'lib/scraperwiki-api/matchers.rb', line 329 def last_run @actual['runevents'][0] end |