X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=doc%2FMCollective%2FAggregate%2FResult%2FBase.html;fp=doc%2FMCollective%2FAggregate%2FResult%2FBase.html;h=f52b7e2d4589600c57a7d324cfdaea1c2fad3bca;hb=7c9314f502cde8daad23b61d10b24a542e04154a;hp=0000000000000000000000000000000000000000;hpb=d1f1649ba43c5cbc43c4beb2380096ba051d646a;p=packages%2Fprecise%2Fmcollective.git diff --git a/doc/MCollective/Aggregate/Result/Base.html b/doc/MCollective/Aggregate/Result/Base.html new file mode 100644 index 0000000..f52b7e2 --- /dev/null +++ b/doc/MCollective/Aggregate/Result/Base.html @@ -0,0 +1,530 @@ + + + + + + + Class: MCollective::Aggregate::Result::Base + + + + + + + + + + + +
+
+
+

In Files

+ +
+ + +
+ +
+ + + +
+

Parent

+ + + +
+ + + + + + + +
+

Methods

+ +
+ + + + +
+ +
+ + + + + +
+

Class Index + [+]

+
+
+ Quicksearch + +
+
+ + + +
+ + +
+
+ +
+

MCollective::Aggregate::Result::Base

+ +
+ +
+ + + + + + +
+

Attributes

+ + +
+ + + + +
+ result[RW] +
+ +
+ +

(Not documented)

+ +
+
+ +
+ + + + +
+ aggregate_format[RW] +
+ +
+ +

(Not documented)

+ +
+
+ +
+ + + + +
+ action[RW] +
+ +
+ +

(Not documented)

+ +
+
+ +
+ + + + +
+

Public Class Methods

+ + +
+ + +
+ + new(result, aggregate_format, action) + click to toggle source + +
+ +
+ +

(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
+
+ +
+ + +
+ + +
+ +
+

Public Instance Methods

+ + +
+ + +
+ + result_type() + click to toggle source + +
+ +
+ +

(Not documented)

+ + + +
+
+    # File lib/mcollective/aggregate/result/base.rb, line 19
+19:         def result_type
+20:           @result[:type]
+21:         end
+
+ +
+ + +
+ + +
+ + +
+ + to_s() + click to toggle source + +
+ +
+ +

(Not documented)

+ + + +
+
+    # File lib/mcollective/aggregate/result/base.rb, line 15
+15:         def to_s
+16:           raise "'to_s' method not implemented for result class '#{self.class}'"
+17:         end
+
+ +
+ + +
+ + +
+ + +
+ + +
+ +

Disabled; run with --debug to generate this.

+ +
+ +
+

[Validate]

+

Generated with the Darkfish + Rdoc Generator 1.1.6.

+
+ + + +