Class: FolderFileQuery

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

Overview

urn:vim25FolderFileQuery

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



17810
17811
17812
# File 'lib/vmware/soap/vim25.rb', line 17810

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



17809
17810
17811
# File 'lib/vmware/soap/vim25.rb', line 17809

def dynamicType
  @dynamicType
end