Class: CannotDeleteFile
- Inherits:
-
FileFault
- Object
- MethodFault
- VimFault
- FileFault
- CannotDeleteFile
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CannotDeleteFile
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) ⇒ CannotDeleteFile
constructor
A new instance of CannotDeleteFile.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], file = nil) ⇒ CannotDeleteFile
Returns a new instance of CannotDeleteFile.
30036 30037 30038 30039 30040 |
# File 'lib/vmware/soap/vim25.rb', line 30036 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.
30033 30034 30035 |
# File 'lib/vmware/soap/vim25.rb', line 30033 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30032 30033 30034 |
# File 'lib/vmware/soap/vim25.rb', line 30032 def dynamicType @dynamicType end |
#file ⇒ Object
Returns the value of attribute file.
30034 30035 30036 |
# File 'lib/vmware/soap/vim25.rb', line 30034 def file @file end |