| Class | Syndication::RSS::TextInput |
| In: |
lib/syndication/rss.rb
|
| Parent: | Syndication::Container |
Represents a text input box to be used in association with an RSS feed, for example a search box or e-mail subscription input box.
Typically found via Syndication::Channel#textinput method.
| description | [RW] | Label to explain purpose of text input area. |
| link | [RW] | URL to submit data to via HTTP POST. |
| name | [RW] | Name of text object in input area, for form submission. |
| title | [RW] | Label for Submit button in text input area. |