method

to_feed

to_feed(feed, current)
public

No documentation available.

# File lib/rss/maker/image.rb, line 41
        def to_feed(feed, current)
          if current.respond_to?(:image_item=) and have_required_values?
            item = current.class::ImageItem.new
            setup_values(item)
            setup_other_elements(item)
            current.image_item = item
          end
        end