Class: InvalidEditionLicense
- Inherits:
-
NotEnoughLicenses
- Object
- MethodFault
- RuntimeFault
- NotEnoughLicenses
- InvalidEditionLicense
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25InvalidEditionLicense
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
feature - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#feature ⇒ Object
Returns the value of attribute feature.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], feature = nil) ⇒ InvalidEditionLicense
constructor
A new instance of InvalidEditionLicense.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], feature = nil) ⇒ InvalidEditionLicense
Returns a new instance of InvalidEditionLicense.
29460 29461 29462 29463 29464 |
# File 'lib/vmware/soap/vim25.rb', line 29460 def initialize(dynamicType = nil, dynamicProperty = [], feature = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @feature = feature end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
29457 29458 29459 |
# File 'lib/vmware/soap/vim25.rb', line 29457 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
29456 29457 29458 |
# File 'lib/vmware/soap/vim25.rb', line 29456 def dynamicType @dynamicType end |
#feature ⇒ Object
Returns the value of attribute feature.
29458 29459 29460 |
# File 'lib/vmware/soap/vim25.rb', line 29458 def feature @feature end |