Class: IControl::Common::Statistic

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

Overview

A statistic entry with type and value.

Instance Attribute Summary collapse

Instance Attribute Details

#time_stampNumeric

The timestamp of the statistic (Not currently supported in 9.0, intended for future use)

Returns:

  • (Numeric)

    the current value of time_stamp


188
189
190
# File 'lib/icontrol/common.rb', line 188

def time_stamp
  @time_stamp
end

#typeIControl::Common::StatisticType

The type of the statistic.

Returns:


188
189
190
# File 'lib/icontrol/common.rb', line 188

def type
  @type
end

#valueIControl::Common::ULong64

The value of the statistic.

Returns:


188
189
190
# File 'lib/icontrol/common.rb', line 188

def value
  @value
end