Class: DestroyViewRequestType

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

Overview

urn:vim25DestroyViewRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

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__thisObject



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