Class: MissingObject
- Inherits:
-
DynamicData
- Object
- DynamicData
- MissingObject
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25MissingObject
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
obj - ManagedObjectReference
fault - LocalizedMethodFault
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fault ⇒ Object
Returns the value of attribute fault.
-
#obj ⇒ Object
Returns the value of attribute obj.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], obj = nil, fault = nil) ⇒ MissingObject
constructor
A new instance of MissingObject.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
272 273 274 |
# File 'lib/vmware/soap/vim25.rb', line 272 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
271 272 273 |
# File 'lib/vmware/soap/vim25.rb', line 271 def dynamicType @dynamicType end |
#fault ⇒ Object
Returns the value of attribute fault.
274 275 276 |
# File 'lib/vmware/soap/vim25.rb', line 274 def fault @fault end |
#obj ⇒ Object
Returns the value of attribute obj.
273 274 275 |
# File 'lib/vmware/soap/vim25.rb', line 273 def obj @obj end |