Class: IControl::System::TemperatureMetric

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

Overview

A structure that contains the temperature metric value.

Instance Attribute Summary collapse

Instance Attribute Details

#metric_typeIControl::System::TemperatureMetricType

The metric type.

Returns:



355
356
357
# File 'lib/icontrol/system.rb', line 355

def metric_type
  @metric_type
end

#valueNumeric

The metric value.

Returns:

  • (Numeric)

    the current value of value



355
356
357
# File 'lib/icontrol/system.rb', line 355

def value
  @value
end