X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=doc%2FMCollective%2FAggregate%2FResult%2FCollectionResult.html;fp=doc%2FMCollective%2FAggregate%2FResult%2FCollectionResult.html;h=cb6e1e3f088d6775661a08622b0bff8d328f2c06;hb=7c9314f502cde8daad23b61d10b24a542e04154a;hp=0000000000000000000000000000000000000000;hpb=d1f1649ba43c5cbc43c4beb2380096ba051d646a;p=packages%2Fprecise%2Fmcollective.git diff --git a/doc/MCollective/Aggregate/Result/CollectionResult.html b/doc/MCollective/Aggregate/Result/CollectionResult.html new file mode 100644 index 0000000..cb6e1e3 --- /dev/null +++ b/doc/MCollective/Aggregate/Result/CollectionResult.html @@ -0,0 +1,403 @@ + + + + + + + Class: MCollective::Aggregate::Result::CollectionResult + + + + + + + + + + + +
+
+ + + +
+ +
+ + + +
+

Parent

+ + + +
+ + + + + + + +
+

Methods

+ +
+ + + + +
+ +
+ + + + + +
+

Class Index + [+]

+
+
+ Quicksearch + +
+
+ + + +
+ + +
+
+ +
+

MCollective::Aggregate::Result::CollectionResult

+ +
+ +
+ + + + + + + + + +
+

Public Instance Methods

+ + +
+ + +
+ + to_s() + click to toggle source + +
+ +
+ +

(Not documented)

+ + + +
+
+    # File lib/mcollective/aggregate/result/collection_result.rb, line 5
+ 5:         def to_s
+ 6:           return "" if @result[:value].keys.include?(nil)
+ 7: 
+ 8:           result = StringIO.new
+ 9: 
+10:           @result[:value].sort{|x,y| x[1] <=> y[1]}.reverse.each do |value|
+11:             result.puts @aggregate_format % [value[0], value[1]]
+12:           end
+13: 
+14:           result.string.chomp
+15:         end
+
+ +
+ + +
+ + +
+ + +
+ + +
+ +

Disabled; run with --debug to generate this.

+ +
+ +
+

[Validate]

+

Generated with the Darkfish + Rdoc Generator 1.1.6.

+
+ + + +