Class: IControl::System::Statistics::GtmIQueryStatistics
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::System::Statistics::GtmIQueryStatistics
- Defined in:
- lib/icontrol/system/statistics.rb,
lib/icontrol/system/statistics.rb
Overview
A struct that describes iQuery statistics and timestamp.
Instance Attribute Summary collapse
-
#statistics ⇒ IControl::System::Statistics::GtmIQueryStatisticEntrySequence
The statistics for a sequence of iQueries.
-
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
Instance Attribute Details
#statistics ⇒ IControl::System::Statistics::GtmIQueryStatisticEntrySequence
The statistics for a sequence of iQueries.
947 948 949 |
# File 'lib/icontrol/system/statistics.rb', line 947 def statistics @statistics end |
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
947 948 949 |
# File 'lib/icontrol/system/statistics.rb', line 947 def time_stamp @time_stamp end |