method
textinput
v2_1_10 -
Show latest stable
- Class:
RSS::Rss
textinput()public
No documentation available.
# File lib/rss/0.9.rb, line 83
def textinput
if @channel
@channel.textInput
else
nil
end
end