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