Class: FeedParser::HyFeed

Inherits:
Object
  • Object
show all
Defined in:
lib/feedparser/builder/microformats.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeHyFeed

Returns a new instance of HyFeed.



96
97
98
# File 'lib/feedparser/builder/microformats.rb', line 96

def initialize
   @entries = []
end

Instance Attribute Details

#entriesObject

Returns the value of attribute entries.



94
95
96
# File 'lib/feedparser/builder/microformats.rb', line 94

def entries
  @entries
end