Class: FileLocked
- Inherits:
-
FileFault
- Object
- MethodFault
- VimFault
- FileFault
- FileLocked
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25FileLocked
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) ⇒ FileLocked
constructor
A new instance of FileLocked.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], file = nil) ⇒ FileLocked
Returns a new instance of FileLocked.
30068 30069 30070 30071 30072 |
# File 'lib/vmware/soap/vim25.rb', line 30068 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.
30065 30066 30067 |
# File 'lib/vmware/soap/vim25.rb', line 30065 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30064 30065 30066 |
# File 'lib/vmware/soap/vim25.rb', line 30064 def dynamicType @dynamicType end |
#file ⇒ Object
Returns the value of attribute file.
30066 30067 30068 |
# File 'lib/vmware/soap/vim25.rb', line 30066 def file @file end |