Class: PropertyFilterSpec
- Inherits:
-
DynamicData
- Object
- DynamicData
- PropertyFilterSpec
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PropertyFilterSpec
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
propSet - PropertySpec
objectSet - ObjectSpec
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#objectSet ⇒ Object
Returns the value of attribute objectSet.
-
#propSet ⇒ Object
Returns the value of attribute propSet.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], propSet = [], objectSet = []) ⇒ PropertyFilterSpec
constructor
A new instance of PropertyFilterSpec.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], propSet = [], objectSet = []) ⇒ PropertyFilterSpec
Returns a new instance of PropertyFilterSpec.
40 41 42 43 44 45 |
# File 'lib/vmware/soap/vim25.rb', line 40 def initialize(dynamicType = nil, dynamicProperty = [], propSet = [], objectSet = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @propSet = propSet @objectSet = objectSet end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
36 37 38 |
# File 'lib/vmware/soap/vim25.rb', line 36 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
35 36 37 |
# File 'lib/vmware/soap/vim25.rb', line 35 def dynamicType @dynamicType end |
#objectSet ⇒ Object
Returns the value of attribute objectSet.
38 39 40 |
# File 'lib/vmware/soap/vim25.rb', line 38 def objectSet @objectSet end |
#propSet ⇒ Object
Returns the value of attribute propSet.
37 38 39 |
# File 'lib/vmware/soap/vim25.rb', line 37 def propSet @propSet end |