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