Class: Feedzirra::Parser::AtomFeedBurnerEntry

Inherits:
Object
  • Object
show all
Includes:
FeedEntryUtilities, SAXMachine
Defined in:
lib/feedzirra/parser/atom_feed_burner_entry.rb

Overview

Parser for dealing with Feedburner Atom feed entries.

Instance Method Summary collapse

Methods included from FeedEntryUtilities

#[], #[]=, #each, #id, #parse_datetime, #published, #published=, #sanitize!, #updated=

Instance Method Details

#urlObject



28
29
30
# File 'lib/feedzirra/parser/atom_feed_burner_entry.rb', line 28

def url
  @url ||= links.first
end