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

#id, #parse_datetime, #published, #published=, #sanitize!, #updated=

Instance Method Details

- (Object) url



23
24
25
# File 'lib/feedzirra/parser/atom_feed_burner_entry.rb', line 23

def url
  @url ||= links.first
end