Class: EvaluationLicenseSource
- Inherits:
-
LicenseSource
- Object
- DynamicData
- LicenseSource
- EvaluationLicenseSource
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25EvaluationLicenseSource
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
remainingHours - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#remainingHours ⇒ Object
Returns the value of attribute remainingHours.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], remainingHours = nil) ⇒ EvaluationLicenseSource
constructor
A new instance of EvaluationLicenseSource.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], remainingHours = nil) ⇒ EvaluationLicenseSource
Returns a new instance of EvaluationLicenseSource.
1475 1476 1477 1478 1479 |
# File 'lib/vmware/soap/vim25.rb', line 1475 def initialize(dynamicType = nil, dynamicProperty = [], remainingHours = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @remainingHours = remainingHours end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
1472 1473 1474 |
# File 'lib/vmware/soap/vim25.rb', line 1472 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
1471 1472 1473 |
# File 'lib/vmware/soap/vim25.rb', line 1471 def dynamicType @dynamicType end |
#remainingHours ⇒ Object
Returns the value of attribute remainingHours.
1473 1474 1475 |
# File 'lib/vmware/soap/vim25.rb', line 1473 def remainingHours @remainingHours end |