Class: Syobocal::RSS::Result

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeResult

Returns a new instance of Result.



46
47
48
# File 'lib/syobocal/rss.rb', line 46

def initialize
  super([])
end

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



44
45
46
# File 'lib/syobocal/rss.rb', line 44

def description
  @description
end

Returns the value of attribute link.



44
45
46
# File 'lib/syobocal/rss.rb', line 44

def link
  @link
end

#titleObject

Returns the value of attribute title.



44
45
46
# File 'lib/syobocal/rss.rb', line 44

def title
  @title
end