Class: Rssdump::Item

Inherits:
Object
  • Object
show all
Defined in:
lib/rssdump/item.rb

Instance Attribute Summary collapse

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



4
5
6
# File 'lib/rssdump/item.rb', line 4

def category
  @category
end

#descriptionObject

Returns the value of attribute description.



4
5
6
# File 'lib/rssdump/item.rb', line 4

def description
  @description
end

#feedObject

Returns the value of attribute feed.



4
5
6
# File 'lib/rssdump/item.rb', line 4

def feed
  @feed
end

Returns the value of attribute link.



4
5
6
# File 'lib/rssdump/item.rb', line 4

def link
  @link
end

#pub_dateObject

Returns the value of attribute pub_date.



4
5
6
# File 'lib/rssdump/item.rb', line 4

def pub_date
  @pub_date
end

#titleObject

Returns the value of attribute title.



4
5
6
# File 'lib/rssdump/item.rb', line 4

def title
  @title
end