Class: IControl::System::ProductInformation

Inherits:
Base::Struct
  • Object
show all
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

Instance Attribute Details

#package_editionString

The package edition of the installed product.

Returns:

  • (String)

    the current value of package_edition



296
297
298
# File 'lib/icontrol/system.rb', line 296

def package_edition
  @package_edition
end

#package_versionString

The package version of the installed product.

Returns:

  • (String)

    the current value of package_version



296
297
298
# File 'lib/icontrol/system.rb', line 296

def package_version
  @package_version
end

#product_codeString

The identifier describing the installed product.

Returns:

  • (String)

    the current value of product_code



296
297
298
# File 'lib/icontrol/system.rb', line 296

def product_code
  @product_code
end

#product_featuresStringSequence

A list of feature names available in the installed product.

Returns:

  • (StringSequence)

    the current value of product_features



296
297
298
# File 'lib/icontrol/system.rb', line 296

def product_features
  @product_features
end

#product_versionString

The version of the installed product.

Returns:

  • (String)

    the current value of product_version



296
297
298
# File 'lib/icontrol/system.rb', line 296

def product_version
  @product_version
end