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