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