Class: IControl::System::VersionInformation
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::System::VersionInformation
- Defined in:
- lib/icontrol/system.rb,
lib/icontrol/system.rb
Overview
This structure holds a name/value pair describing a characteristic of a piece of hardware, especially items specific to the hardware. Examples include version information and CPU speed.
Instance Attribute Summary collapse
-
#name ⇒ String
Name of the characteristic.
-
#value ⇒ String
Value of the characteristic.
Instance Attribute Details
#name ⇒ String
Name of the characteristic
366 367 368 |
# File 'lib/icontrol/system.rb', line 366 def name @name end |
#value ⇒ String
Value of the characteristic
366 367 368 |
# File 'lib/icontrol/system.rb', line 366 def value @value end |