Class: FileAlreadyExists
- Inherits:
-
FileFault
- Object
- MethodFault
- VimFault
- FileFault
- FileAlreadyExists
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25FileAlreadyExists
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) ⇒ FileAlreadyExists
constructor
A new instance of FileAlreadyExists.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], file = nil) ⇒ FileAlreadyExists
Returns a new instance of FileAlreadyExists.
30052 30053 30054 30055 30056 |
# File 'lib/vmware/soap/vim25.rb', line 30052 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.
30049 30050 30051 |
# File 'lib/vmware/soap/vim25.rb', line 30049 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30048 30049 30050 |
# File 'lib/vmware/soap/vim25.rb', line 30048 def dynamicType @dynamicType end |
#file ⇒ Object
Returns the value of attribute file.
30050 30051 30052 |
# File 'lib/vmware/soap/vim25.rb', line 30050 def file @file end |