Class: Syobocal::RSS2::Result

Inherits:
Array
  • Object
show all
Defined in:
lib/syobocal/rss2.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeResult

Returns a new instance of Result.



39
40
41
# File 'lib/syobocal/rss2.rb', line 39

def initialize
  super([])
end

Instance Attribute Details

#dc_languageObject

Returns the value of attribute dc_language.



37
38
39
# File 'lib/syobocal/rss2.rb', line 37

def dc_language
  @dc_language
end

Returns the value of attribute link.



37
38
39
# File 'lib/syobocal/rss2.rb', line 37

def link
  @link
end

#pub_dateObject

Returns the value of attribute pub_date.



37
38
39
# File 'lib/syobocal/rss2.rb', line 37

def pub_date
  @pub_date
end

#titleObject

Returns the value of attribute title.



37
38
39
# File 'lib/syobocal/rss2.rb', line 37

def title
  @title
end