Class: IControl::System::Statistics::GtmPathStatisticObjectID
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::System::Statistics::GtmPathStatisticObjectID
- Defined in:
- lib/icontrol/system/statistics.rb,
lib/icontrol/system/statistics.rb more...
Overview
A struct that describes statistics for a particular path.
Instance Attribute Summary collapse
-
#name ⇒ String
The object name.
-
#type ⇒ IControl::System::Statistics::GtmPathStatisticObjectType
The object type.
Instance Attribute Details
permalink #name ⇒ String
The object name.
997 998 999 |
# File 'lib/icontrol/system/statistics.rb', line 997 def name @name end |
permalink #type ⇒ IControl::System::Statistics::GtmPathStatisticObjectType
The object type.
997 998 999 |
# File 'lib/icontrol/system/statistics.rb', line 997 def type @type end |