Class: FileNotFound
- Inherits:
-
FileFault
- Object
- MethodFault
- VimFault
- FileFault
- FileNotFound
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25FileNotFound
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
file - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#file ⇒ Object
Returns the value of attribute file.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], file = nil) ⇒ FileNotFound
constructor
A new instance of FileNotFound.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], file = nil) ⇒ FileNotFound
Returns a new instance of FileNotFound.
30084 30085 30086 30087 30088 |
# File 'lib/vmware/soap/vim25.rb', line 30084 def initialize(dynamicType = nil, dynamicProperty = [], file = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @file = file end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30081 30082 30083 |
# File 'lib/vmware/soap/vim25.rb', line 30081 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30080 30081 30082 |
# File 'lib/vmware/soap/vim25.rb', line 30080 def dynamicType @dynamicType end |
#file ⇒ Object
Returns the value of attribute file.
30082 30083 30084 |
# File 'lib/vmware/soap/vim25.rb', line 30082 def file @file end |