Class: ResetListViewRequestType
- Inherits:
-
Object
- Object
- ResetListViewRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ResetListViewRequestType
m__this - ManagedObjectReference
obj - ManagedObjectReference
Instance Attribute Summary collapse
-
#obj ⇒ Object
Returns the value of attribute obj.
Instance Method Summary collapse
-
#initialize(v__this = nil, obj = []) ⇒ ResetListViewRequestType
constructor
A new instance of ResetListViewRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#obj ⇒ Object
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__this ⇒ Object
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 |