Class: IControl::System::Statistics::PerformanceGraph
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::System::Statistics::PerformanceGraph
- Defined in:
- lib/icontrol/system/statistics.rb,
lib/icontrol/system/statistics.rb
Overview
A struct that describes the contents of a performance graph as seen in the Performance Graph in the GUI.
Instance Attribute Summary collapse
-
#graph_description ⇒ String
The text description of this graph.
-
#graph_name ⇒ String
The key or name of the graph.
-
#graph_title ⇒ String
The title of the graph as appeared in the GUI’s Performance Graph.
Instance Attribute Details
#graph_description ⇒ String
The text description of this graph.
1053 1054 1055 |
# File 'lib/icontrol/system/statistics.rb', line 1053 def graph_description @graph_description end |
#graph_name ⇒ String
The key or name of the graph.
1053 1054 1055 |
# File 'lib/icontrol/system/statistics.rb', line 1053 def graph_name @graph_name end |
#graph_title ⇒ String
The title of the graph as appeared in the GUI’s Performance Graph.
1053 1054 1055 |
# File 'lib/icontrol/system/statistics.rb', line 1053 def graph_title @graph_title end |