Class: LogoutRequestType
- Inherits:
-
Object
- Object
- LogoutRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25LogoutRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ LogoutRequestType
constructor
A new instance of LogoutRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
permalink #initialize(v__this = nil) ⇒ LogoutRequestType
Returns a new instance of LogoutRequestType.
36065 36066 36067 |
# File 'lib/vmware/soap/vim25.rb', line 36065 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
permalink #m__this ⇒ Object
[View source]
36057 36058 36059 |
# File 'lib/vmware/soap/vim25.rb', line 36057 def m__this @v__this end |
permalink #m__this=(value) ⇒ Object
[View source]
36061 36062 36063 |
# File 'lib/vmware/soap/vim25.rb', line 36061 def m__this=(value) @v__this = value end |