Class: CannotCreateFile

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

Overview

urn:vim25CannotCreateFile

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CannotCreateFile.



30020
30021
30022
30023
30024
# File 'lib/vmware/soap/vim25.rb', line 30020

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30017
30018
30019
# File 'lib/vmware/soap/vim25.rb', line 30017

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30016
30017
30018
# File 'lib/vmware/soap/vim25.rb', line 30016

def dynamicType
  @dynamicType
end

#fileObject

Returns the value of attribute file.



30018
30019
30020
# File 'lib/vmware/soap/vim25.rb', line 30018

def file
  @file
end