Class: Feedzirra::AtomFeedBurner
- Inherits:
-
Object
- Object
- Feedzirra::AtomFeedBurner
- Includes:
- FeedUtilities, SAXMachine
- Defined in:
- lib/feedzirra/atom_feed_burner.rb
Constant Summary
Constants included from FeedUtilities
FeedUtilities::UPDATABLE_ATTRIBUTES
Instance Attribute Summary
Attributes included from FeedUtilities
#etag, #last_modified, #new_entries, #updated
Class Method Summary collapse
Methods included from FeedUtilities
#has_new_entries?, #sanitize_entries!, #update_attribute, #update_from_feed, #updated?
Class Method Details
.able_to_parse?(xml) ⇒ Boolean
10 11 12 |
# File 'lib/feedzirra/atom_feed_burner.rb', line 10 def self.able_to_parse?(xml) (xml =~ /Atom/ && xml =~ /feedburner/) || false end |