Class: ResetListViewFromViewRequestType

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

Overview

urn:vim25ResetListViewFromViewRequestType

m__this - ManagedObjectReference
view - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, view = nil) ⇒ ResetListViewFromViewRequestType

Returns a new instance of ResetListViewFromViewRequestType.



40207
40208
40209
40210
# File 'lib/vmware/soap/vim25.rb', line 40207

def initialize(v__this = nil, view = nil)
  @v__this = v__this
  @view = view
end

Instance Attribute Details

#viewObject

Returns the value of attribute view.



40197
40198
40199
# File 'lib/vmware/soap/vim25.rb', line 40197

def view
  @view
end

Instance Method Details

#m__thisObject



40199
40200
40201
# File 'lib/vmware/soap/vim25.rb', line 40199

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



40203
40204
40205
# File 'lib/vmware/soap/vim25.rb', line 40203

def m__this=(value)
  @v__this = value
end