Class: MethodFault

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

Overview

urn:vim25MethodFault

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of MethodFault.

[View source]

29157
29158
29159
29160
# File 'lib/vmware/soap/vim25.rb', line 29157

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


29155
29156
29157
# File 'lib/vmware/soap/vim25.rb', line 29155

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


29154
29155
29156
# File 'lib/vmware/soap/vim25.rb', line 29154

def dynamicType
  @dynamicType
end