Class: SelectionSpec
- Inherits:
-
DynamicData
- Object
- DynamicData
- SelectionSpec
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25SelectionSpec
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
Direct Known Subclasses
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], name = nil) ⇒ SelectionSpec
constructor
A new instance of SelectionSpec.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], name = nil) ⇒ SelectionSpec
Returns a new instance of SelectionSpec.
101 102 103 104 105 |
# File 'lib/vmware/soap/vim25.rb', line 101 def initialize(dynamicType = nil, dynamicProperty = [], name = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @name = name end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
98 99 100 |
# File 'lib/vmware/soap/vim25.rb', line 98 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
97 98 99 |
# File 'lib/vmware/soap/vim25.rb', line 97 def dynamicType @dynamicType end |
#name ⇒ Object
Returns the value of attribute name.
99 100 101 |
# File 'lib/vmware/soap/vim25.rb', line 99 def name @name end |