Class: MoveIntoFolderRequestType
- Inherits:
-
Object
- Object
- MoveIntoFolderRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25MoveIntoFolderRequestType
m__this - ManagedObjectReference
list - ManagedObjectReference
Instance Attribute Summary collapse
-
#list ⇒ Object
Returns the value of attribute list.
Instance Method Summary collapse
-
#initialize(v__this = nil, list = []) ⇒ MoveIntoFolderRequestType
constructor
A new instance of MoveIntoFolderRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, list = []) ⇒ MoveIntoFolderRequestType
Returns a new instance of MoveIntoFolderRequestType.
34601 34602 34603 34604 |
# File 'lib/vmware/soap/vim25.rb', line 34601 def initialize(v__this = nil, list = []) @v__this = v__this @list = list end |
Instance Attribute Details
#list ⇒ Object
Returns the value of attribute list.
34591 34592 34593 |
# File 'lib/vmware/soap/vim25.rb', line 34591 def list @list end |
Instance Method Details
#m__this ⇒ Object
34593 34594 34595 |
# File 'lib/vmware/soap/vim25.rb', line 34593 def m__this @v__this end |
#m__this=(value) ⇒ Object
34597 34598 34599 |
# File 'lib/vmware/soap/vim25.rb', line 34597 def m__this=(value) @v__this = value end |