Class: FileNotWritable
- Inherits:
-
FileFault
- Object
- MethodFault
- VimFault
- FileFault
- FileNotWritable
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25FileNotWritable
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) ⇒ FileNotWritable
constructor
A new instance of FileNotWritable.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], file = nil) ⇒ FileNotWritable
Returns a new instance of FileNotWritable.
30100 30101 30102 30103 30104 |
# File 'lib/vmware/soap/vim25.rb', line 30100 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.
30097 30098 30099 |
# File 'lib/vmware/soap/vim25.rb', line 30097 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30096 30097 30098 |
# File 'lib/vmware/soap/vim25.rb', line 30096 def dynamicType @dynamicType end |
#file ⇒ Object
Returns the value of attribute file.
30098 30099 30100 |
# File 'lib/vmware/soap/vim25.rb', line 30098 def file @file end |