Sha256: 02f6cc482d5a7f0bff0be3c31629508acfeeb46b8e577114bfada27cf03c0c97

Contents?: true

Size: 291 Bytes

Versions: 15

Compression:

Stored size: 291 Bytes

Contents

module MCollective
  class Aggregate
    module Result
      autoload :Base, 'mcollective/aggregate/result/base'
      autoload :NumericResult, 'mcollective/aggregate/result/numeric_result'
      autoload :CollectionResult, 'mcollective/aggregate/result/collection_result'
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
mcollective-client-2.7.0 lib/mcollective/aggregate/result.rb
mcollective-client-2.6.1 lib/mcollective/aggregate/result.rb
mcollective-client-2.6.0 lib/mcollective/aggregate/result.rb
mcollective-client-2.5.3 lib/mcollective/aggregate/result.rb
mcollective-client-2.5.2 lib/mcollective/aggregate/result.rb
mcollective-client-2.5.1 lib/mcollective/aggregate/result.rb
mcollective-client-2.5.0 lib/mcollective/aggregate/result.rb
mcollective-client-2.5.0.rc1 lib/mcollective/aggregate/result.rb
mcollective-client-2.4.1 lib/mcollective/aggregate/result.rb
mcollective-client-2.4.0 lib/mcollective/aggregate/result.rb
mcollective-client-2.2.4 lib/mcollective/aggregate/result.rb
mcollective-client-2.2.3 lib/mcollective/aggregate/result.rb
mcollective-client-2.2.2 lib/mcollective/aggregate/result.rb
mcollective-client-2.2.1 lib/mcollective/aggregate/result.rb
mcollective-client-2.2.0 lib/mcollective/aggregate/result.rb