Class: DoctorScrape::Scraper::Unknown
- Inherits:
-
Base
- Object
- Base
- DoctorScrape::Scraper::Unknown
show all
- Defined in:
- lib/doctor_scrape/scraper/unknown.rb
Instance Attribute Summary
Attributes inherited from Base
#data
Instance Method Summary
collapse
Methods inherited from Base
#doc, #errors?, #initialize, #url
Instance Method Details
#errors ⇒ Object
6
7
8
|
# File 'lib/doctor_scrape/scraper/unknown.rb', line 6
def errors
[ "Don't know how to scrape this page" ]
end
|
#fetch ⇒ Object
14
15
16
|
# File 'lib/doctor_scrape/scraper/unknown.rb', line 14
def fetch
false
end
|
#scrape ⇒ Object
10
11
12
|
# File 'lib/doctor_scrape/scraper/unknown.rb', line 10
def scrape
false
end
|