Class: OpenInventoryViewFolderRequestType

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

Overview

urn:vim25OpenInventoryViewFolderRequestType

m__this - ManagedObjectReference
entity - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of OpenInventoryViewFolderRequestType.

[View source]

40124
40125
40126
40127
# File 'lib/vmware/soap/vim25.rb', line 40124

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

Instance Attribute Details

#entityObject

Returns the value of attribute entity.


40114
40115
40116
# File 'lib/vmware/soap/vim25.rb', line 40114

def entity
  @entity
end

Instance Method Details

#m__thisObject

[View source]

40116
40117
40118
# File 'lib/vmware/soap/vim25.rb', line 40116

def m__this
  @v__this
end

#m__this=(value) ⇒ Object

[View source]

40120
40121
40122
# File 'lib/vmware/soap/vim25.rb', line 40120

def m__this=(value)
  @v__this = value
end