class

RSS::TextInput

Inherits RSS::Element / Reference / Object

The purpose of the <textInput> element is something of a mystery. You can use it to specify a search engine box. Or to allow a reader to provide feedback. Most aggregators ignore it.

Constructors

Instance methods

description

Explains the text input area.

Source
description=(description : String)
Source
name

The name of the text object in the text input area.

Source
name=(name : String)
Source
title

The label of the Submit button in the text input area.

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

Writes the generated XML to the provided xml builder.

Source