Class: IControl::System::FanMetric

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/system.rb,
lib/icontrol/system.rb

Overview

A structure that contains the fan metric value.

Instance Attribute Summary collapse

Instance Attribute Details

#metric_typeIControl::System::FanMetricType

The metric type.

Returns:



187
188
189
# File 'lib/icontrol/system.rb', line 187

def metric_type
  @metric_type
end

#valueNumeric

The metric value.

Returns:

  • (Numeric)

    the current value of value



187
188
189
# File 'lib/icontrol/system.rb', line 187

def value
  @value
end