Class: FileNotFound

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

Overview

urn:vim25FileNotFound

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of FileNotFound.



30084
30085
30086
30087
30088
# File 'lib/vmware/soap/vim25.rb', line 30084

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30081
30082
30083
# File 'lib/vmware/soap/vim25.rb', line 30081

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30080
30081
30082
# File 'lib/vmware/soap/vim25.rb', line 30080

def dynamicType
  @dynamicType
end

#fileObject

Returns the value of attribute file.



30082
30083
30084
# File 'lib/vmware/soap/vim25.rb', line 30082

def file
  @file
end