Class: UnregisterAndDestroyRequestType
- Inherits:
-
Object
- Object
- UnregisterAndDestroyRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UnregisterAndDestroyRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ UnregisterAndDestroyRequestType
constructor
A new instance of UnregisterAndDestroyRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ UnregisterAndDestroyRequestType
Returns a new instance of UnregisterAndDestroyRequestType.
34768 34769 34770 |
# File 'lib/vmware/soap/vim25.rb', line 34768 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
34760 34761 34762 |
# File 'lib/vmware/soap/vim25.rb', line 34760 def m__this @v__this end |
#m__this=(value) ⇒ Object
34764 34765 34766 |
# File 'lib/vmware/soap/vim25.rb', line 34764 def m__this=(value) @v__this = value end |