Class: MissingObject

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

Overview

urn:vim25MissingObject

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
obj - ManagedObjectReference
fault - LocalizedMethodFault

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], obj = nil, fault = nil) ⇒ MissingObject

Returns a new instance of MissingObject.



276
277
278
279
280
281
# File 'lib/vmware/soap/vim25.rb', line 276

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



272
273
274
# File 'lib/vmware/soap/vim25.rb', line 272

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



271
272
273
# File 'lib/vmware/soap/vim25.rb', line 271

def dynamicType
  @dynamicType
end

#faultObject

Returns the value of attribute fault.



274
275
276
# File 'lib/vmware/soap/vim25.rb', line 274

def fault
  @fault
end

#objObject

Returns the value of attribute obj.



273
274
275
# File 'lib/vmware/soap/vim25.rb', line 273

def obj
  @obj
end