Class: DestroyRequestType
- Inherits:
-
Object
- Object
- DestroyRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DestroyRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ DestroyRequestType
constructor
A new instance of DestroyRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ DestroyRequestType
Returns a new instance of DestroyRequestType.
35375 35376 35377 |
# File 'lib/vmware/soap/vim25.rb', line 35375 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
35367 35368 35369 |
# File 'lib/vmware/soap/vim25.rb', line 35367 def m__this @v__this end |
#m__this=(value) ⇒ Object
35371 35372 35373 |
# File 'lib/vmware/soap/vim25.rb', line 35371 def m__this=(value) @v__this = value end |