Class: FeedParser::HyFeed
- Inherits:
-
Object
- Object
- FeedParser::HyFeed
- Defined in:
- lib/feedparser/builder/microformats.rb
Instance Attribute Summary collapse
-
#entries ⇒ Object
Returns the value of attribute entries.
Instance Method Summary collapse
-
#initialize ⇒ HyFeed
constructor
A new instance of HyFeed.
Constructor Details
permalink #initialize ⇒ HyFeed
Returns a new instance of HyFeed.
96 97 98 |
# File 'lib/feedparser/builder/microformats.rb', line 96 def initialize @entries = [] end |
Instance Attribute Details
permalink #entries ⇒ Object
Returns the value of attribute entries.
94 95 96 |
# File 'lib/feedparser/builder/microformats.rb', line 94 def entries @entries end |