Class: IControl::Management::LicenseAdministration::ModuleExpiry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::LicenseAdministration::ModuleExpiry
- Defined in:
- lib/icontrol/management/license_administration.rb,
lib/icontrol/management/license_administration.rb
Overview
A struct that describes expiry information for a module.
Instance Attribute Summary collapse
-
#enabled ⇒ IControl::Common::EnabledState
A boolean indicating whether the module is enabled.
-
#expires ⇒ Object
A boolean indicating whether the module expires.
-
#expiry_time ⇒ Numeric
The time at which the modules expires (valid only if expires is true).
Instance Attribute Details
#enabled ⇒ IControl::Common::EnabledState
A boolean indicating whether the module is enabled.
232 233 234 |
# File 'lib/icontrol/management/license_administration.rb', line 232 def enabled @enabled end |
#expires ⇒ Object
A boolean indicating whether the module expires.
232 233 234 |
# File 'lib/icontrol/management/license_administration.rb', line 232 def expires @expires end |
#expiry_time ⇒ Numeric
The time at which the modules expires (valid only if expires is true).
232 233 234 |
# File 'lib/icontrol/management/license_administration.rb', line 232 def expiry_time @expiry_time end |