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