class RSS::Atom::Feed::Logo

Atom Logo element

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

Public Instance Methods

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

Private Instance Methods

setup_maker_element_writer() click to toggle source
# File lib/rss/atom.rb, line 431
def setup_maker_element_writer
  "url="
end