Class: MissingProperty
- Inherits:
-
DynamicData
- Object
- DynamicData
- MissingProperty
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25MissingProperty
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
path - SOAP::SOAPString
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.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], path = nil, fault = nil) ⇒ MissingProperty
constructor
A new instance of MissingProperty.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], path = nil, fault = nil) ⇒ MissingProperty
Returns a new instance of MissingProperty.
257 258 259 260 261 262 |
# File 'lib/vmware/soap/vim25.rb', line 257 def initialize(dynamicType = nil, dynamicProperty = [], path = nil, fault = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @path = path @fault = fault end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
253 254 255 |
# File 'lib/vmware/soap/vim25.rb', line 253 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
252 253 254 |
# File 'lib/vmware/soap/vim25.rb', line 252 def dynamicType @dynamicType end |
#fault ⇒ Object
Returns the value of attribute fault.
255 256 257 |
# File 'lib/vmware/soap/vim25.rb', line 255 def fault @fault end |
#path ⇒ Object
Returns the value of attribute path.
254 255 256 |
# File 'lib/vmware/soap/vim25.rb', line 254 def path @path end |