Module: NgpodScraper
- Defined in:
- lib/ngpod_scraper/photo.rb,
lib/ngpod_scraper/client.rb,
lib/ngpod_scraper/version.rb,
lib/ngpod_scraper/photo_page.rb,
lib/ngpod_scraper/ngpod_scraper.rb
Defined Under Namespace
Classes: Client, MissingPhotoUrl, Photo, PhotoPage
Constant Summary collapse
- VERSION =
"0.1.2"
Class Method Summary collapse
Class Method Details
.client(path) ⇒ Object
2 3 4 5 |
# File 'lib/ngpod_scraper/ngpod_scraper.rb', line 2 def self.client(path) config = YAML.load_file(path) Client.new(config) end |