Flowdock
new(feed_version="1.0") public

No documentation

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

Hide source
# File lib/rss/maker/1.0.rb, line 10
      def initialize(feed_version="1.0")
        super
        @feed_type = "rss"
      end
Register or log in to add new notes.