Class: LogoutRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25LogoutRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

Constructor Details

#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

#m__thisObject



36057
36058
36059
# File 'lib/vmware/soap/vim25.rb', line 36057

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



36061
36062
36063
# File 'lib/vmware/soap/vim25.rb', line 36061

def m__this=(value)
  @v__this = value
end