123456789_123456789_123456789_123456789_123456789_

Class: RSS::Maker::Atom::Entry::Items

Relationships & Source Files
Namespace Children
Classes:
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Instance Chain:
Inherits: RSS::Maker::ItemsBase
Defined in: lib/rss/maker/entry.rb

Constant Summary

::RSS::Maker::Base - Inherited

NEED_INITIALIZE_VARIABLES, OTHER_ELEMENTS

Class Method Summary

Instance Attribute Summary

Instance Method Summary

Constructor Details

This class inherits a constructor from RSS::Maker::ItemsBase

Instance Method Details

#to_feed(entry)

[ GitHub ]

  
# File 'lib/rss/maker/entry.rb', line 63

def to_feed(entry)
  (normalize.first || Item.new(@maker)).to_feed(entry)
end