Class: DestroyViewRequestType
- Inherits:
-
Object
- Object
- DestroyViewRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DestroyViewRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ DestroyViewRequestType
constructor
A new instance of DestroyViewRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ DestroyViewRequestType
Returns a new instance of DestroyViewRequestType.
40224 40225 40226 |
# File 'lib/vmware/soap/vim25.rb', line 40224 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
40216 40217 40218 |
# File 'lib/vmware/soap/vim25.rb', line 40216 def m__this @v__this end |
#m__this=(value) ⇒ Object
40220 40221 40222 |
# File 'lib/vmware/soap/vim25.rb', line 40220 def m__this=(value) @v__this = value end |