Module: MicroformatScraper
- Defined in:
- lib/microformat_scraper.rb,
lib/microformat_scraper/page.rb,
lib/microformat_scraper/event.rb,
lib/microformat_scraper/version.rb,
lib/microformat_scraper/event_parser.rb
Defined Under Namespace
Classes: Event, EventParser, Page
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
Class Method Details
.scheduled_events(url) ⇒ Object
7 8 9 10 11 |
# File 'lib/microformat_scraper.rb', line 7 def self.scheduled_events(url) page = Page.new(url) parser = EventParser.new parser.parse(page.content) end |