Class: FeedMe::Rss2ItemParser

Inherits:
ItemParser show all
Defined in:
lib/feed_me/item_parser.rb

Instance Attribute Summary

Attributes inherited from ItemParser

#feed

Attributes inherited from AbstractParser

#format, #properties, #xml

Instance Method Summary collapse

Methods inherited from ItemParser

#initialize

Methods inherited from AbstractParser

build, #initialize, #to_hash

Constructor Details

This class inherits a constructor from FeedMe::ItemParser

Instance Method Details

#authorObject



20
21
22
# File 'lib/feed_me/item_parser.rb', line 20

def author
  fetch_rss_person("author")
end