]> review.fuel-infra Code Review - packages/trusty/mcollective.git/blob - lib/mcollective/aggregate/result.rb
Added mcollective 2.3.1 package
[packages/trusty/mcollective.git] / lib / mcollective / aggregate / result.rb
1 module MCollective
2   class Aggregate
3     module Result
4       autoload :Base, 'mcollective/aggregate/result/base'
5       autoload :NumericResult, 'mcollective/aggregate/result/numeric_result'
6       autoload :CollectionResult, 'mcollective/aggregate/result/collection_result'
7     end
8   end
9 end