# File flickr.rb, line 274
    def title
      @title.nil? ? getInfo.title : @title
    end