Class: Pal::Operation::SumProjectionImpl
- Inherits:
-
Projection
- Object
- Projection
- Pal::Operation::SumProjectionImpl
- Defined in:
- lib/pal/operation/projection.rb
Instance Attribute Summary
Attributes inherited from Projection
Instance Method Summary collapse
-
#initialize(property) ⇒ SumProjectionImpl
constructor
A new instance of SumProjectionImpl.
Methods inherited from Projection
Methods included from Log
#log_debug, #log_error, #log_info, #log_warn
Constructor Details
#initialize(property) ⇒ SumProjectionImpl
Returns a new instance of SumProjectionImpl.
51 52 53 |
# File 'lib/pal/operation/projection.rb', line 51 def initialize(property) super("sum", property) end |