(Not documented)
# File lib/mcollective/aggregate/result/base.rb, line 7
7: def initialize(result, aggregate_format, action)
8: raise "No aggregate_format defined in ddl or aggregate function" unless aggregate_format
9:
10: @result = result
11: @aggregate_format = aggregate_format
12: @action = action
13: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.