class FeedParser::Thumbnail
Attributes
height[RW]
uri[RW]
uri=[RW]
url[RW]
width[RW]
Public Instance Methods
height?()
click to toggle source
# File lib/feedparser/thumbnail.rb, line 16 def height?() @height.nil? == false; end
width?()
click to toggle source
# File lib/feedparser/thumbnail.rb, line 13 def width?() @width.nil? == false; end