Class: OpenInventoryViewFolderRequestType
- Inherits:
-
Object
- Object
- OpenInventoryViewFolderRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25OpenInventoryViewFolderRequestType
m__this - ManagedObjectReference
entity - ManagedObjectReference
Instance Attribute Summary collapse
-
#entity ⇒ Object
Returns the value of attribute entity.
Instance Method Summary collapse
-
#initialize(v__this = nil, entity = []) ⇒ OpenInventoryViewFolderRequestType
constructor
A new instance of OpenInventoryViewFolderRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
permalink #initialize(v__this = nil, entity = []) ⇒ OpenInventoryViewFolderRequestType
Returns a new instance of OpenInventoryViewFolderRequestType.
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
permalink #entity ⇒ Object
Returns the value of attribute entity.
40114 40115 40116 |
# File 'lib/vmware/soap/vim25.rb', line 40114 def entity @entity end |
Instance Method Details
permalink #m__this ⇒ Object
[View source]
40116 40117 40118 |
# File 'lib/vmware/soap/vim25.rb', line 40116 def m__this @v__this end |
permalink #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 |