Class: IControl::Common::Statistic
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Common::Statistic
- Defined in:
- lib/icontrol/common.rb,
lib/icontrol/common.rb
Overview
A statistic entry with type and value.
Instance Attribute Summary collapse
-
#time_stamp ⇒ Numeric
The timestamp of the statistic (Not currently supported in 9.0, intended for future use).
-
#type ⇒ IControl::Common::StatisticType
The type of the statistic.
-
#value ⇒ IControl::Common::ULong64
The value of the statistic.
Instance Attribute Details
#time_stamp ⇒ Numeric
The timestamp of the statistic (Not currently supported in 9.0, intended for future use)
188 189 190 |
# File 'lib/icontrol/common.rb', line 188 def time_stamp @time_stamp end |
#type ⇒ IControl::Common::StatisticType
The type of the statistic.
188 189 190 |
# File 'lib/icontrol/common.rb', line 188 def type @type end |
#value ⇒ IControl::Common::ULong64
The value of the statistic.
188 189 190 |
# File 'lib/icontrol/common.rb', line 188 def value @value end |