class

RSS::Image

Inherits RSS::Element / Reference / Object

Constructors

Instance methods

description

Description contains text that is included in the TITLE attribute of the link formed around the image in the HTML rendering.

Source
description=(description : Nil | String)
Source
height

Height of the image in pixels. Default is 31. Maximum of 400.

Source
height=(height : Float32)
Source
image

URL of a GIF, JPEG or PNG image that represents the channel.

Source
image=(image : URI)
Source
title

Describes the image.

Used in the ALT attribute of the HTML tag when the channel is rendered in HTML.

Source
title=(title : String)
Source
to_xml(xml : XML::Builder)

Serialises the image to the XML builder.

Source
width

Width of the image in pixels. Default is 88. Maximum of 144.

Source
width=(width : Float32)
Source