Object
A hash-like object with the weather image attributes (width, height, url, etc..)
# File lib/yahoo_weatherman/image.rb, line 7 def initialize(doc) @image_root = doc end
# File lib/yahoo_weatherman/image.rb, line 11 def [](attr) @image_root.xpath(attr).first.content end
[Validate]
Generated with the Darkfish Rdoc Generator 2.