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
new(title : String, description : String, name : String, link : URI | String)
SourceInstance methods
description=(description : String)
Sourcelink=(link : URI)
Sourcename=(name : String)
Sourcetitle=(title : String)
Source