Parent

Methods

Class Index [+]

Quicksearch

MCollective::Aggregate::Result::NumericResult

Public Instance Methods

to_s() click to toggle source

(Not documented)

   # 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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.