Class: InvalidLocale

Inherits:
VimFault show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25InvalidLocale

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = []) ⇒ InvalidLocale

Returns a new instance of InvalidLocale.

[View source]

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


30810
30811
30812
# File 'lib/vmware/soap/vim25.rb', line 30810

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


30809
30810
30811
# File 'lib/vmware/soap/vim25.rb', line 30809

def dynamicType
  @dynamicType
end