Class: CloseInventoryViewFolderRequestType

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

Overview

urn:vim25CloseInventoryViewFolderRequestType

m__this - ManagedObjectReference
entity - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, entity = []) ⇒ CloseInventoryViewFolderRequestType

Returns a new instance of CloseInventoryViewFolderRequestType.



40144
40145
40146
40147
# File 'lib/vmware/soap/vim25.rb', line 40144

def initialize(v__this = nil, entity = [])
  @v__this = v__this
  @entity = entity
end

Instance Attribute Details

#entityObject

Returns the value of attribute entity.



40134
40135
40136
# File 'lib/vmware/soap/vim25.rb', line 40134

def entity
  @entity
end

Instance Method Details

#m__thisObject



40136
40137
40138
# File 'lib/vmware/soap/vim25.rb', line 40136

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



40140
40141
40142
# File 'lib/vmware/soap/vim25.rb', line 40140

def m__this=(value)
  @v__this = value
end