Class: ObjectSpec
- Inherits:
-
DynamicData
- Object
- DynamicData
- ObjectSpec
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ObjectSpec
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
obj - ManagedObjectReference
skip - SOAP::SOAPBoolean
selectSet - SelectionSpec
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#obj ⇒ Object
Returns the value of attribute obj.
-
#selectSet ⇒ Object
Returns the value of attribute selectSet.
-
#skip ⇒ Object
Returns the value of attribute skip.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], obj = nil, skip = nil, selectSet = []) ⇒ ObjectSpec
constructor
A new instance of ObjectSpec.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], obj = nil, skip = nil, selectSet = []) ⇒ ObjectSpec
Returns a new instance of ObjectSpec.
83 84 85 86 87 88 89 |
# File 'lib/vmware/soap/vim25.rb', line 83 def initialize(dynamicType = nil, dynamicProperty = [], obj = nil, skip = nil, selectSet = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @obj = obj @skip = skip @selectSet = selectSet end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
78 79 80 |
# File 'lib/vmware/soap/vim25.rb', line 78 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
77 78 79 |
# File 'lib/vmware/soap/vim25.rb', line 77 def dynamicType @dynamicType end |
#obj ⇒ Object
Returns the value of attribute obj.
79 80 81 |
# File 'lib/vmware/soap/vim25.rb', line 79 def obj @obj end |
#selectSet ⇒ Object
Returns the value of attribute selectSet.
81 82 83 |
# File 'lib/vmware/soap/vim25.rb', line 81 def selectSet @selectSet end |
#skip ⇒ Object
Returns the value of attribute skip.
80 81 82 |
# File 'lib/vmware/soap/vim25.rb', line 80 def skip @skip end |