Class
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
Instance Methods
lib/rss/atom.rb
View on GitHub
# File tmp/rubies/ruby-2.4.10/lib/rss/atom.rb, line 481
def maker_target(target)
target.maker.image
end
No documentation available
lib/rss/atom.rb
View on GitHub
# File tmp/rubies/ruby-2.4.10/lib/rss/atom.rb, line 486
def setup_maker_element_writer
"url="
end
No documentation available