In Files

  • rss/atom.rb

Class/Module Index [+]

Quicksearch

RSS::Atom::Feed::Logo

Defines an image that provides a visual identification for the Feed. The image should have an aspect ratio of 2:1 (horizontal:vertical).

Reference: validator.w3.org/feed/docs/rfc4287.html#element.logo

Public Instance Methods

maker_target(target) click to toggle source
 
               # File rss/atom.rb, line 480
def maker_target(target)
  target.maker.image
end