| Class | Syndication::RSS::Image |
| In: |
lib/syndication/rss.rb
|
| Parent: | Syndication::Container |
Used to represent graphical images provided in an RSS feed, with the intent that they be used to represent the channel in a graphical user interface, or on a web page.
Typically found via Syndication::Channel#image
| height | [R] | Height of image in pixels, as an integer. |
| link | [RW] | Link to use when image is clicked on. |
| title | [RW] | Title of image for use as ALT text. |
| url | [RW] | URL of image. |
| width | [R] | Width of image in pixels, as an integer. |