Class: CannotAccessFile

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

Overview

urn:vim25CannotAccessFile

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CannotAccessFile.



30004
30005
30006
30007
30008
# File 'lib/vmware/soap/vim25.rb', line 30004

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30001
30002
30003
# File 'lib/vmware/soap/vim25.rb', line 30001

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30000
30001
30002
# File 'lib/vmware/soap/vim25.rb', line 30000

def dynamicType
  @dynamicType
end

#fileObject

Returns the value of attribute file.



30002
30003
30004
# File 'lib/vmware/soap/vim25.rb', line 30002

def file
  @file
end