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