Class: IControl::System::ProductInformation
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::System::ProductInformation
- Defined in:
- lib/icontrol/system.rb,
lib/icontrol/system.rb
Overview
A struct that contains the identifying attributes of the installed products.
Instance Attribute Summary collapse
-
#package_edition ⇒ String
The package edition of the installed product.
-
#package_version ⇒ String
The package version of the installed product.
-
#product_code ⇒ String
The identifier describing the installed product.
-
#product_features ⇒ StringSequence
A list of feature names available in the installed product.
-
#product_version ⇒ String
The version of the installed product.
Instance Attribute Details
#package_edition ⇒ String
The package edition of the installed product.
296 297 298 |
# File 'lib/icontrol/system.rb', line 296 def package_edition @package_edition end |
#package_version ⇒ String
The package version of the installed product.
296 297 298 |
# File 'lib/icontrol/system.rb', line 296 def package_version @package_version end |
#product_code ⇒ String
The identifier describing the installed product.
296 297 298 |
# File 'lib/icontrol/system.rb', line 296 def product_code @product_code end |
#product_features ⇒ StringSequence
A list of feature names available in the installed product.
296 297 298 |
# File 'lib/icontrol/system.rb', line 296 def product_features @product_features end |
#product_version ⇒ String
The version of the installed product.
296 297 298 |
# File 'lib/icontrol/system.rb', line 296 def product_version @product_version end |