Flowdock
setup_maker_elements(maker) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rss/0.9.rb, line 92
    def setup_maker_elements(maker)
      super
      items.each do |item|
        item.setup_maker(maker.items)
      end
      image.setup_maker(maker) if image
      textinput.setup_maker(maker) if textinput
    end
Register or log in to add new notes.