Class: FolderFileInfo

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

Overview

urn:vim25FolderFileInfo

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

Returns a new instance of FolderFileInfo.



17616
17617
17618
17619
17620
17621
17622
# File 'lib/vmware/soap/vim25.rb', line 17616

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.



17611
17612
17613
# File 'lib/vmware/soap/vim25.rb', line 17611

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



17610
17611
17612
# File 'lib/vmware/soap/vim25.rb', line 17610

def dynamicType
  @dynamicType
end

#fileSizeObject

Returns the value of attribute fileSize.



17613
17614
17615
# File 'lib/vmware/soap/vim25.rb', line 17613

def fileSize
  @fileSize
end

#modificationObject

Returns the value of attribute modification.



17614
17615
17616
# File 'lib/vmware/soap/vim25.rb', line 17614

def modification
  @modification
end

#pathObject

Returns the value of attribute path.



17612
17613
17614
# File 'lib/vmware/soap/vim25.rb', line 17612

def path
  @path
end