Class: FloppyImageFileInfo

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

Overview

urn:vim25FloppyImageFileInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
path - SOAP::SOAPString
fileSize - SOAP::SOAPLong
modification - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], path = nil, fileSize = nil, modification = nil) ⇒ FloppyImageFileInfo

Returns a new instance of FloppyImageFileInfo.



17682
17683
17684
17685
17686
17687
17688
# File 'lib/vmware/soap/vim25.rb', line 17682

def initialize(dynamicType = nil, dynamicProperty = [], path = nil, fileSize = nil, modification = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @path = path
  @fileSize = fileSize
  @modification = modification
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



17677
17678
17679
# File 'lib/vmware/soap/vim25.rb', line 17677

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



17676
17677
17678
# File 'lib/vmware/soap/vim25.rb', line 17676

def dynamicType
  @dynamicType
end

#fileSizeObject

Returns the value of attribute fileSize.



17679
17680
17681
# File 'lib/vmware/soap/vim25.rb', line 17679

def fileSize
  @fileSize
end

#modificationObject

Returns the value of attribute modification.



17680
17681
17682
# File 'lib/vmware/soap/vim25.rb', line 17680

def modification
  @modification
end

#pathObject

Returns the value of attribute path.



17678
17679
17680
# File 'lib/vmware/soap/vim25.rb', line 17678

def path
  @path
end