Method: AnswersEngine::Client::Scraper#all

Defined in:
lib/answersengine/client/scraper.rb

#all(opts = {}) ⇒ Object



9
10
11
12
# File 'lib/answersengine/client/scraper.rb', line 9

def all(opts={})
  params = @options.merge opts
  self.class.get("/scrapers", params)
end