Class: IControl::Management::LicenseAdministration::EvaluationExpiration
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::LicenseAdministration::EvaluationExpiration
- Defined in:
- lib/icontrol/management/license_administration.rb,
lib/icontrol/management/license_administration.rb
Overview
A struct that describes an evaluation license expiration date.
Instance Attribute Summary collapse
-
#current_system_time ⇒ Numeric
The current system time.
-
#evaluation_expire ⇒ Numeric
The time when the evaluation expires.
-
#evaluation_start ⇒ Numeric
The time when the evaluation takes effect.
Instance Attribute Details
#current_system_time ⇒ Numeric
The current system time.
221 222 223 |
# File 'lib/icontrol/management/license_administration.rb', line 221 def current_system_time @current_system_time end |
#evaluation_expire ⇒ Numeric
The time when the evaluation expires.
221 222 223 |
# File 'lib/icontrol/management/license_administration.rb', line 221 def evaluation_expire @evaluation_expire end |
#evaluation_start ⇒ Numeric
The time when the evaluation takes effect.
221 222 223 |
# File 'lib/icontrol/management/license_administration.rb', line 221 def evaluation_start @evaluation_start end |