Class: ScraperWiki::API::Matchers::TablesMatcher

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

Direct Known Subclasses

CountMatcher, KeysMatcher

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

#on(table) ⇒ Object



237
238
239
240
# File 'lib/scraperwiki-api/matchers.rb', line 237

def on(table)
  @table = table
  self
end