Module: Axiom::Aggregate::Count::Methods

Included in:
Axiom::Attribute::Object
Defined in:
lib/axiom/aggregate/count.rb

Instance Method Summary collapse

Instance Method Details

#countCount

Return a count aggregate function

Examples:

count = attribute.count

Parameters:

Returns:



51
52
53
# File 'lib/axiom/aggregate/count.rb', line 51

def count
  Count.new(self)
end