Class: Scraper::Microformats::HAtom::Entry
- Inherits:
-
Base
- Object
- Base
- Scraper::Microformats::HAtom::Entry
- Defined in:
- lib/scraper/microformats.rb
Instance Method Summary collapse
Instance Method Details
#collect ⇒ Object
46 47 48 49 |
# File 'lib/scraper/microformats.rb', line 46 def collect() self.published = Time.parse(published) self.updated = updated ? Time.parse(updated) : published end |