class RSS::Atom::Feed::Logo
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 425 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 430 def setup_maker_element_writer "url=" end