class FeedParser::HyEntry

Attributes

authors[RW]
content[RW]
content_html[RW]
content_html=[RW]
content_text[RW]
name[RW]
published[RW]
published_local[RW]
summary[RW]
title[RW]
title=[RW]
url[RW]

Public Class Methods

new() click to toggle source
# File lib/feedparser/builder/microformats.rb, line 122
def initialize
  @authors = []
end