Class: InvalidRequest

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

Overview

urn:vim25InvalidRequest

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Direct Known Subclasses

InvalidType, MethodNotFound

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InvalidRequest.



29286
29287
29288
29289
# File 'lib/vmware/soap/vim25.rb', line 29286

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



29284
29285
29286
# File 'lib/vmware/soap/vim25.rb', line 29284

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



29283
29284
29285
# File 'lib/vmware/soap/vim25.rb', line 29283

def dynamicType
  @dynamicType
end