Class: ObjectContent
- Inherits:
-
DynamicData
- Object
- DynamicData
- ObjectContent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ObjectContent
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
obj - ManagedObjectReference
propSet - DynamicProperty
missingSet - MissingProperty
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#missingSet ⇒ Object
Returns the value of attribute missingSet.
-
#obj ⇒ Object
Returns the value of attribute obj.
-
#propSet ⇒ Object
Returns the value of attribute propSet.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], obj = nil, propSet = [], missingSet = []) ⇒ ObjectContent
constructor
A new instance of ObjectContent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], obj = nil, propSet = [], missingSet = []) ⇒ ObjectContent
Returns a new instance of ObjectContent.
149 150 151 152 153 154 155 |
# File 'lib/vmware/soap/vim25.rb', line 149 def initialize(dynamicType = nil, dynamicProperty = [], obj = nil, propSet = [], missingSet = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @obj = obj @propSet = propSet @missingSet = missingSet end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
144 145 146 |
# File 'lib/vmware/soap/vim25.rb', line 144 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
143 144 145 |
# File 'lib/vmware/soap/vim25.rb', line 143 def dynamicType @dynamicType end |
#missingSet ⇒ Object
Returns the value of attribute missingSet.
147 148 149 |
# File 'lib/vmware/soap/vim25.rb', line 147 def missingSet @missingSet end |
#obj ⇒ Object
Returns the value of attribute obj.
145 146 147 |
# File 'lib/vmware/soap/vim25.rb', line 145 def obj @obj end |
#propSet ⇒ Object
Returns the value of attribute propSet.
146 147 148 |
# File 'lib/vmware/soap/vim25.rb', line 146 def propSet @propSet end |