Flowdock
resources() public

No documentation

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

Hide source
# File lib/rss/taxonomy.rb, line 79
      def resources
        if @Bag
          @Bag.lis.collect do |li|
            li.resource
          end
        else
          []
        end
      end
Register or log in to add new notes.