Class: MoveIntoFolderRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25MoveIntoFolderRequestType

m__this - ManagedObjectReference
list - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#listObject

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__thisObject



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