Class: FileAlreadyExists

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

Overview

urn:vim25FileAlreadyExists

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of FileAlreadyExists.



30052
30053
30054
30055
30056
# File 'lib/vmware/soap/vim25.rb', line 30052

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30049
30050
30051
# File 'lib/vmware/soap/vim25.rb', line 30049

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30048
30049
30050
# File 'lib/vmware/soap/vim25.rb', line 30048

def dynamicType
  @dynamicType
end

#fileObject

Returns the value of attribute file.



30050
30051
30052
# File 'lib/vmware/soap/vim25.rb', line 30050

def file
  @file
end