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

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

Direct Known Subclasses

ExceptionMessageMatcher

Instance Method Summary collapse

Constructor Details

This class inherits a constructor from ScraperWiki::API::Matchers::CustomMatcher

Instance Method Details

#last_runObject



368
369
370
# File 'lib/scraperwiki-api/matchers.rb', line 368

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