Class: FolderFileInfo
- Inherits:
-
FileInfo
- Object
- DynamicData
- FileInfo
- FolderFileInfo
- 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
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fileSize ⇒ Object
Returns the value of attribute fileSize.
-
#modification ⇒ Object
Returns the value of attribute modification.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], path = nil, fileSize = nil, modification = nil) ⇒ FolderFileInfo
constructor
A new instance of FolderFileInfo.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
17611 17612 17613 |
# File 'lib/vmware/soap/vim25.rb', line 17611 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
17610 17611 17612 |
# File 'lib/vmware/soap/vim25.rb', line 17610 def dynamicType @dynamicType end |
#fileSize ⇒ Object
Returns the value of attribute fileSize.
17613 17614 17615 |
# File 'lib/vmware/soap/vim25.rb', line 17613 def fileSize @fileSize end |
#modification ⇒ Object
Returns the value of attribute modification.
17614 17615 17616 |
# File 'lib/vmware/soap/vim25.rb', line 17614 def modification @modification end |
#path ⇒ Object
Returns the value of attribute path.
17612 17613 17614 |
# File 'lib/vmware/soap/vim25.rb', line 17612 def path @path end |