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

Constructor Details

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

Instance Method Details

#on(table) ⇒ Object



258
259
260
261
# File 'lib/scraperwiki-api/matchers.rb', line 258

def on(table)
  @table = table
  self
end