Class: FileInfo

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

Overview

urn:vim25FileInfo

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) ⇒ FileInfo

Returns a new instance of FileInfo.



17507
17508
17509
17510
17511
17512
17513
# File 'lib/vmware/soap/vim25.rb', line 17507

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.



17502
17503
17504
# File 'lib/vmware/soap/vim25.rb', line 17502

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



17501
17502
17503
# File 'lib/vmware/soap/vim25.rb', line 17501

def dynamicType
  @dynamicType
end

#fileSizeObject

Returns the value of attribute fileSize.



17504
17505
17506
# File 'lib/vmware/soap/vim25.rb', line 17504

def fileSize
  @fileSize
end

#modificationObject

Returns the value of attribute modification.



17505
17506
17507
# File 'lib/vmware/soap/vim25.rb', line 17505

def modification
  @modification
end

#pathObject

Returns the value of attribute path.



17503
17504
17505
# File 'lib/vmware/soap/vim25.rb', line 17503

def path
  @path
end