Module: Axiom::Aggregate::Sum::Methods
- Included in:
- Axiom::Attribute::Numeric
- Defined in:
- lib/axiom/aggregate/sum.rb
Instance Method Summary collapse
-
#sum ⇒ Sum
Return a sum aggregate function.
Instance Method Details
#sum ⇒ Sum
Return a sum aggregate function
76 77 78 |
# File 'lib/axiom/aggregate/sum.rb', line 76 def sum Sum.new(self) end |