Class: ResetListViewRequestType

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

Overview

urn:vim25ResetListViewRequestType

m__this - ManagedObjectReference
obj - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, obj = []) ⇒ ResetListViewRequestType

Returns a new instance of ResetListViewRequestType.



40187
40188
40189
40190
# File 'lib/vmware/soap/vim25.rb', line 40187

def initialize(v__this = nil, obj = [])
  @v__this = v__this
  @obj = obj
end

Instance Attribute Details

#objObject

Returns the value of attribute obj.



40177
40178
40179
# File 'lib/vmware/soap/vim25.rb', line 40177

def obj
  @obj
end

Instance Method Details

#m__thisObject



40179
40180
40181
# File 'lib/vmware/soap/vim25.rb', line 40179

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



40183
40184
40185
# File 'lib/vmware/soap/vim25.rb', line 40183

def m__this=(value)
  @v__this = value
end