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=0000000000000000000000000000000000000000;hb=7c9314f502cde8daad23b61d10b24a542e04154a;hp=448005d1ece46e8d6655504455deb207283a4ce4;hpb=d1f1649ba43c5cbc43c4beb2380096ba051d646a;p=packages%2Fprecise%2Fmcollective.git diff --git a/doc/classes/MCollective/Aggregate/Result/NumericResult.html b/doc/classes/MCollective/Aggregate/Result/NumericResult.html deleted file mode 100644 index 448005d..0000000 --- a/doc/classes/MCollective/Aggregate/Result/NumericResult.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - - - 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