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