Class: LocalizedMethodFault

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

Overview

urn:vim25LocalizedMethodFault

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
fault - MethodFault
localizedMessage - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], fault = nil, localizedMessage = nil) ⇒ LocalizedMethodFault

Returns a new instance of LocalizedMethodFault.



295
296
297
298
299
300
# File 'lib/vmware/soap/vim25.rb', line 295

def initialize(dynamicType = nil, dynamicProperty = [], fault = nil, localizedMessage = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @fault = fault
  @localizedMessage = localizedMessage
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



291
292
293
# File 'lib/vmware/soap/vim25.rb', line 291

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



290
291
292
# File 'lib/vmware/soap/vim25.rb', line 290

def dynamicType
  @dynamicType
end

#faultObject

Returns the value of attribute fault.



292
293
294
# File 'lib/vmware/soap/vim25.rb', line 292

def fault
  @fault
end

#localizedMessageObject

Returns the value of attribute localizedMessage.



293
294
295
# File 'lib/vmware/soap/vim25.rb', line 293

def localizedMessage
  @localizedMessage
end