Class: CreateListViewRequestType
- Inherits:
-
Object
- Object
- CreateListViewRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CreateListViewRequestType
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 = []) ⇒ CreateListViewRequestType
constructor
A new instance of CreateListViewRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, obj = []) ⇒ CreateListViewRequestType
Returns a new instance of CreateListViewRequestType.
40285 40286 40287 40288 |
# File 'lib/vmware/soap/vim25.rb', line 40285 def initialize(v__this = nil, obj = []) @v__this = v__this @obj = obj end |
Instance Attribute Details
#obj ⇒ Object
Returns the value of attribute obj.
40275 40276 40277 |
# File 'lib/vmware/soap/vim25.rb', line 40275 def obj @obj end |
Instance Method Details
#m__this ⇒ Object
40277 40278 40279 |
# File 'lib/vmware/soap/vim25.rb', line 40277 def m__this @v__this end |
#m__this=(value) ⇒ Object
40281 40282 40283 |
# File 'lib/vmware/soap/vim25.rb', line 40281 def m__this=(value) @v__this = value end |