Class: Scraper::Microformats::HAtom::Entry

Inherits:
Base
  • Object
show all
Defined in:
lib/scraper/microformats.rb

Instance Method Summary collapse

Instance Method Details

#collectObject



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