Class: MethodNotFound
- Inherits:
-
InvalidRequest
- Object
- MethodFault
- RuntimeFault
- InvalidRequest
- MethodNotFound
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25MethodNotFound
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
receiver - ManagedObjectReference
method - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#method ⇒ Object
Returns the value of attribute method.
-
#receiver ⇒ Object
Returns the value of attribute receiver.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], receiver = nil, method = nil) ⇒ MethodNotFound
constructor
A new instance of MethodNotFound.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
29315 29316 29317 |
# File 'lib/vmware/soap/vim25.rb', line 29315 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
29314 29315 29316 |
# File 'lib/vmware/soap/vim25.rb', line 29314 def dynamicType @dynamicType end |
#method ⇒ Object
Returns the value of attribute method.
29317 29318 29319 |
# File 'lib/vmware/soap/vim25.rb', line 29317 def method @method end |
#receiver ⇒ Object
Returns the value of attribute receiver.
29316 29317 29318 |
# File 'lib/vmware/soap/vim25.rb', line 29316 def receiver @receiver end |