Class: MethodNotFound

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

Overview

urn:vim25MethodNotFound

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
receiver - ManagedObjectReference
method - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], receiver = nil, method = nil) ⇒ MethodNotFound

Returns a new instance of MethodNotFound.



29319
29320
29321
29322
29323
29324
# File 'lib/vmware/soap/vim25.rb', line 29319

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



29315
29316
29317
# File 'lib/vmware/soap/vim25.rb', line 29315

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



29314
29315
29316
# File 'lib/vmware/soap/vim25.rb', line 29314

def dynamicType
  @dynamicType
end

#methodObject

Returns the value of attribute method.



29317
29318
29319
# File 'lib/vmware/soap/vim25.rb', line 29317

def method
  @method
end

#receiverObject

Returns the value of attribute receiver.



29316
29317
29318
# File 'lib/vmware/soap/vim25.rb', line 29316

def receiver
  @receiver
end