Class: Atomizer::Entry

Inherits:
FeedItem show all
Defined in:
lib/atomizer/entry.rb

Instance Method Summary collapse

Methods inherited from FeedItem

feed_attributes, feed_no_collection_group_tag, feed_no_collection_group_tag!, feed_tag_name, #to_xml

Methods included from Buildable

#to_atom

Constructor Details

#initialize(*attrs) ⇒ Entry

Returns a new instance of Entry.



7
8
9
10
11
# File 'lib/atomizer/entry.rb', line 7

def initialize(*attrs)
  super(*attrs)
  @content_type ||= "html"
  @links ||= []
end