Class: LmSensors::Feature::Power
- Inherits:
-
GenFeature
- Object
- GenFeature
- LmSensors::Feature::Power
- Defined in:
- lib/lmsensors/features/power.rb
Overview
The Power class is appended to the LmSensors module to handle analytic post-processing of the FEATURE_POWER type.
Instance Attribute Summary
Attributes inherited from GenFeature
#default_formatter, #name, #subfs, #type, #unit
Instance Method Summary collapse
Methods inherited from GenFeature
Constructor Details
This class inherits a constructor from LmSensors::Feature::GenFeature
Instance Method Details
#def_fmt ⇒ Object
79 |
# File 'lib/lmsensors/features/power.rb', line 79 def def_fmt() @default_formatter = LmSensors::Feature::FMT_POWER end |