X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=doc%2Fclasses%2FMCollective%2FAggregate%2FResult%2FNumericResult.html;fp=doc%2Fclasses%2FMCollective%2FAggregate%2FResult%2FNumericResult.html;h=448005d1ece46e8d6655504455deb207283a4ce4;hb=d1f1649ba43c5cbc43c4beb2380096ba051d646a;hp=0000000000000000000000000000000000000000;hpb=8a3fe7daeecccf43dd71c59371c5005400d35101;p=packages%2Fprecise%2Fmcollective.git diff --git a/doc/classes/MCollective/Aggregate/Result/NumericResult.html b/doc/classes/MCollective/Aggregate/Result/NumericResult.html new file mode 100644 index 0000000..448005d --- /dev/null +++ b/doc/classes/MCollective/Aggregate/Result/NumericResult.html @@ -0,0 +1,150 @@ + + + + + + Class: MCollective::Aggregate::Result::NumericResult + + + + + + + + + + +
+ + + + + + + + + + + + + + +
ClassMCollective::Aggregate::Result::NumericResult
In: + + lib/mcollective/aggregate/result/numeric_result.rb + +
+
Parent: + + Base + +
+
+ + +
+ + + +
+ + + +
+ +
+

Methods

+ +
+ to_s   +
+
+ +
+ + + + +
+ + + + + + + + + +
+

Public Instance methods

+ +
+ + + + +
+

[Source]

+
+
+   # File lib/mcollective/aggregate/result/numeric_result.rb, line 5
+5:         def to_s
+6:           return "" if @result[:value].nil?
+7: 
+8:           return @aggregate_format % @result[:value]
+9:         end
+
+
+
+
+ + +
+ + +
+ + +
+

[Validate]

+
+ + + \ No newline at end of file