Class: InvalidLocale
- Inherits:
-
VimFault
- Object
- MethodFault
- VimFault
- InvalidLocale
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25InvalidLocale
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ InvalidLocale
constructor
A new instance of InvalidLocale.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = []) ⇒ InvalidLocale
Returns a new instance of InvalidLocale.
30812 30813 30814 30815 |
# File 'lib/vmware/soap/vim25.rb', line 30812 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30810 30811 30812 |
# File 'lib/vmware/soap/vim25.rb', line 30810 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30809 30810 30811 |
# File 'lib/vmware/soap/vim25.rb', line 30809 def dynamicType @dynamicType end |