Class: IControl::Management::LicenseAdministration::ModuleKey
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::LicenseAdministration::ModuleKey
- Defined in:
- lib/icontrol/management/license_administration.rb,
lib/icontrol/management/license_administration.rb
Overview
A struct that describes a module key. Note: description fields in this structure are for information only and content in them is not guaranteed to remain constant. The primary programmatic use of this structure is to obtain license keys.
Instance Attribute Summary collapse
-
#active ⇒ Object
The key status (active or inactive).
-
#child_description ⇒ StringSequence
A sequence of strings giving child module descriptions.
-
#description ⇒ String
A description of the module.
-
#key ⇒ String
The license key.
Instance Attribute Details
#active ⇒ Object
The key status (active or inactive).
246 247 248 |
# File 'lib/icontrol/management/license_administration.rb', line 246 def active @active end |
#child_description ⇒ StringSequence
A sequence of strings giving child module descriptions.
246 247 248 |
# File 'lib/icontrol/management/license_administration.rb', line 246 def child_description @child_description end |
#description ⇒ String
A description of the module.
246 247 248 |
# File 'lib/icontrol/management/license_administration.rb', line 246 def description @description end |
#key ⇒ String
The license key.
246 247 248 |
# File 'lib/icontrol/management/license_administration.rb', line 246 def key @key end |