Class: FloppyImageFileInfo
- Inherits:
-
FileInfo
- Object
- DynamicData
- FileInfo
- FloppyImageFileInfo
- 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
-
#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) ⇒ FloppyImageFileInfo
constructor
A new instance of FloppyImageFileInfo.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
17677 17678 17679 |
# File 'lib/vmware/soap/vim25.rb', line 17677 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
17676 17677 17678 |
# File 'lib/vmware/soap/vim25.rb', line 17676 def dynamicType @dynamicType end |
#fileSize ⇒ Object
Returns the value of attribute fileSize.
17679 17680 17681 |
# File 'lib/vmware/soap/vim25.rb', line 17679 def fileSize @fileSize end |
#modification ⇒ Object
Returns the value of attribute modification.
17680 17681 17682 |
# File 'lib/vmware/soap/vim25.rb', line 17680 def modification @modification end |
#path ⇒ Object
Returns the value of attribute path.
17678 17679 17680 |
# File 'lib/vmware/soap/vim25.rb', line 17678 def path @path end |