# File lib/mcollective/aggregate/result/base.rb, line 7 def initialize(result, aggregate_format, action) raise "No aggregate_format defined in ddl or aggregate function" unless aggregate_format @result = result @aggregate_format = aggregate_format @action = action end
Generated with the Darkfish Rdoc Generator 2.