Class: CreateListViewFromViewRequestType
- Inherits:
-
Object
- Object
- CreateListViewFromViewRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CreateListViewFromViewRequestType
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) ⇒ CreateListViewFromViewRequestType
constructor
A new instance of CreateListViewFromViewRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, view = nil) ⇒ CreateListViewFromViewRequestType
Returns a new instance of CreateListViewFromViewRequestType.
40305 40306 40307 40308 |
# File 'lib/vmware/soap/vim25.rb', line 40305 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.
40295 40296 40297 |
# File 'lib/vmware/soap/vim25.rb', line 40295 def view @view end |
Instance Method Details
#m__this ⇒ Object
40297 40298 40299 |
# File 'lib/vmware/soap/vim25.rb', line 40297 def m__this @v__this end |
#m__this=(value) ⇒ Object
40301 40302 40303 |
# File 'lib/vmware/soap/vim25.rb', line 40301 def m__this=(value) @v__this = value end |