Module: Axiom::Aggregate::Count::Methods
- Included in:
- Axiom::Attribute::Object
- Defined in:
- lib/axiom/aggregate/count.rb
Instance Method Summary collapse
-
#count ⇒ Count
Return a count aggregate function.
Instance Method Details
#count ⇒ Count
Return a count aggregate function
51 52 53 |
# File 'lib/axiom/aggregate/count.rb', line 51 def count Count.new(self) end |