Class: IControl::System::Statistics::PerformanceTable
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::System::Statistics::PerformanceTable
- Defined in:
- lib/icontrol/system/statistics.rb,
lib/icontrol/system/statistics.rb
Overview
A struct that describes the contents of a performance statistic table.
Instance Attribute Summary collapse
-
#table_description ⇒ String
The text description of this table.
-
#table_name ⇒ String
The key or name of the table.
Instance Attribute Details
#table_description ⇒ String
The text description of this table.
1108 1109 1110 |
# File 'lib/icontrol/system/statistics.rb', line 1108 def table_description @table_description end |
#table_name ⇒ String
The key or name of the table.
1108 1109 1110 |
# File 'lib/icontrol/system/statistics.rb', line 1108 def table_name @table_name end |