Class: FileLocked

Inherits:
FileFault show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25FileLocked

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
file - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30065
30066
30067
# File 'lib/vmware/soap/vim25.rb', line 30065

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30064
30065
30066
# File 'lib/vmware/soap/vim25.rb', line 30064

def dynamicType
  @dynamicType
end

#fileObject

Returns the value of attribute file.



30066
30067
30068
# File 'lib/vmware/soap/vim25.rb', line 30066

def file
  @file
end