Class: CannotDeleteFile

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

Overview

urn:vim25CannotDeleteFile

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], file = nil) ⇒ CannotDeleteFile

Returns a new instance of CannotDeleteFile.



30036
30037
30038
30039
30040
# File 'lib/vmware/soap/vim25.rb', line 30036

def initialize(dynamicType = nil, dynamicProperty = [], file = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @file = file
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30033
30034
30035
# File 'lib/vmware/soap/vim25.rb', line 30033

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30032
30033
30034
# File 'lib/vmware/soap/vim25.rb', line 30032

def dynamicType
  @dynamicType
end

#fileObject

Returns the value of attribute file.



30034
30035
30036
# File 'lib/vmware/soap/vim25.rb', line 30034

def file
  @file
end