RSS::Maker::Base
# File rss/maker/image.rb, line 37 def have_required_values? @about end
# File 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
This page was generated for Ruby 2.5.2
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.42.0.