RSS::Image
Inherits RSS::Element / Reference / Object
Constructors
new(image : URI | String, title : String, link : URI | String)
SourceInstance methods
description
Description contains text that is included in the TITLE attribute of the link formed around the image in the HTML rendering.
description=(description : Nil | String)
Sourceheight=(height : Float32)
Sourceimage=(image : URI)
Sourcelink
URL of the site, when the channel is rendered, the image is a link to the site. (Note, in practice the image <title> and <link> should have the same value as the channel's <title> and
<link>.link=(link : URI)
Sourcetitle
Describes the image.
Used in the ALT attribute of the HTML tag when the channel is rendered in HTML.
title=(title : String)
Sourcewidth=(width : Float32)
Source