Class: IControl::Management::LicenseAdministration::TimeLimitedModuleKey
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::LicenseAdministration::TimeLimitedModuleKey
- Defined in:
- lib/icontrol/management/license_administration.rb,
lib/icontrol/management/license_administration.rb
Overview
A struct that describes a time limited 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).
-
#description ⇒ String
A description of the module.
-
#key ⇒ String
The license key.
-
#limits ⇒ IControl::Management::LicenseAdministration::ModuleKeyTimeLimits
The time limits for the module key.
Instance Attribute Details
#active ⇒ Object
The key status (active or inactive).
272 273 274 |
# File 'lib/icontrol/management/license_administration.rb', line 272 def active @active end |
#description ⇒ String
A description of the module.
272 273 274 |
# File 'lib/icontrol/management/license_administration.rb', line 272 def description @description end |
#key ⇒ String
The license key.
272 273 274 |
# File 'lib/icontrol/management/license_administration.rb', line 272 def key @key end |
#limits ⇒ IControl::Management::LicenseAdministration::ModuleKeyTimeLimits
The time limits for the module key.
272 273 274 |
# File 'lib/icontrol/management/license_administration.rb', line 272 def limits @limits end |