Class: FileNotWritable

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

Overview

urn:vim25FileNotWritable

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of FileNotWritable.



30100
30101
30102
30103
30104
# File 'lib/vmware/soap/vim25.rb', line 30100

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30097
30098
30099
# File 'lib/vmware/soap/vim25.rb', line 30097

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30096
30097
30098
# File 'lib/vmware/soap/vim25.rb', line 30096

def dynamicType
  @dynamicType
end

#fileObject

Returns the value of attribute file.



30098
30099
30100
# File 'lib/vmware/soap/vim25.rb', line 30098

def file
  @file
end