Class: FolderFileQuery
- Inherits:
-
FileQuery
- Object
- DynamicData
- FileQuery
- FolderFileQuery
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25FolderFileQuery
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ FolderFileQuery
constructor
A new instance of FolderFileQuery.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ FolderFileQuery
Returns a new instance of FolderFileQuery.
17812 17813 17814 17815 |
# File 'lib/vmware/soap/vim25.rb', line 17812 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
17810 17811 17812 |
# File 'lib/vmware/soap/vim25.rb', line 17810 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
17809 17810 17811 |
# File 'lib/vmware/soap/vim25.rb', line 17809 def dynamicType @dynamicType end |