Class: CannotCreateFile
- Inherits:
-
FileFault
- Object
- MethodFault
- VimFault
- FileFault
- CannotCreateFile
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CannotCreateFile
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) ⇒ CannotCreateFile
constructor
A new instance of CannotCreateFile.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], file = nil) ⇒ CannotCreateFile
Returns a new instance of CannotCreateFile.
30020 30021 30022 30023 30024 |
# File 'lib/vmware/soap/vim25.rb', line 30020 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.
30017 30018 30019 |
# File 'lib/vmware/soap/vim25.rb', line 30017 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30016 30017 30018 |
# File 'lib/vmware/soap/vim25.rb', line 30016 def dynamicType @dynamicType end |
#file ⇒ Object
Returns the value of attribute file.
30018 30019 30020 |
# File 'lib/vmware/soap/vim25.rb', line 30018 def file @file end |