Class: ScraperWiki::API::Matchers::RunEventsMatcher

Inherits:
ScraperInfoMatcher show all
Defined in:
lib/scraperwiki-api/matchers.rb

Direct Known Subclasses

ExceptionMessageMatcher

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_runObject



329
330
331
# File 'lib/scraperwiki-api/matchers.rb', line 329

def last_run
  @actual['runevents'][0]
end