Class: UnmountToolsInstallerRequestType
- Inherits:
-
Object
- Object
- UnmountToolsInstallerRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UnmountToolsInstallerRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ UnmountToolsInstallerRequestType
constructor
A new instance of UnmountToolsInstallerRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ UnmountToolsInstallerRequestType
Returns a new instance of UnmountToolsInstallerRequestType.
37174 37175 37176 |
# File 'lib/vmware/soap/vim25.rb', line 37174 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
37166 37167 37168 |
# File 'lib/vmware/soap/vim25.rb', line 37166 def m__this @v__this end |
#m__this=(value) ⇒ Object
37170 37171 37172 |
# File 'lib/vmware/soap/vim25.rb', line 37170 def m__this=(value) @v__this = value end |