Class: ScraperWiki::API::Matchers::TablesMatcher
- Inherits:
-
ScraperInfoMatcher
- Object
- CustomMatcher
- ScraperInfoMatcher
- ScraperWiki::API::Matchers::TablesMatcher
- Defined in:
- lib/scraperwiki-api/matchers.rb
Direct Known Subclasses
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 |