Class: Pal::Operation::MinProjectionImpl

Inherits:
MaxMinProjectionImpl show all
Defined in:
lib/pal/operation/projection.rb

Instance Attribute Summary

Attributes inherited from Projection

#property, #type

Instance Method Summary collapse

Methods inherited from Projection

#process, #processable?

Methods included from Log

#log_debug, #log_error, #log_info, #log_warn

Constructor Details

#initialize(property) ⇒ MinProjectionImpl

Returns a new instance of MinProjectionImpl.

Parameters:

  • property (String)


185
186
187
# File 'lib/pal/operation/projection.rb', line 185

def initialize(property)
  super("min", property)
end