Module: Watchmob

Defined in:
lib/watchmob/log.rb,
lib/watchmob/page.rb,
lib/watchmob/error.rb,
lib/watchmob/watchlist.rb,
lib/watchmob/aukro_page.rb,
lib/watchmob/smartphone.rb,
lib/watchmob/heureka_page.rb,
lib/watchmob/view_helpers.rb,
lib/watchmob/gsmarena_page.rb,
lib/watchmob/heureka_search_page.rb,
lib/watchmob/gsmarena_search_page.rb

Defined Under Namespace

Modules: Log, ViewHelpers Classes: AukroPage, GSMArenaPage, GSMArenaSearchPage, HeurekaPage, HeurekaSearchPage, Page, Smartphone, Watchlist

Constant Summary collapse

WatchmobError =
Class.new(RuntimeError)
NotFoundError =
Class.new(WatchmobError)
AukroDateError =
Class.new(WatchmobError)
PropertyError =
Class.new(WatchmobError)