Class: UninstallServiceRequestType
- Inherits:
-
Object
- Object
- UninstallServiceRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UninstallServiceRequestType
m__this - ManagedObjectReference
id - SOAP::SOAPString
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(v__this = nil, id = nil) ⇒ UninstallServiceRequestType
constructor
A new instance of UninstallServiceRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, id = nil) ⇒ UninstallServiceRequestType
Returns a new instance of UninstallServiceRequestType.
39318 39319 39320 39321 |
# File 'lib/vmware/soap/vim25.rb', line 39318 def initialize(v__this = nil, id = nil) @v__this = v__this @id = id end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
39308 39309 39310 |
# File 'lib/vmware/soap/vim25.rb', line 39308 def id @id end |
Instance Method Details
#m__this ⇒ Object
39310 39311 39312 |
# File 'lib/vmware/soap/vim25.rb', line 39310 def m__this @v__this end |
#m__this=(value) ⇒ Object
39314 39315 39316 |
# File 'lib/vmware/soap/vim25.rb', line 39314 def m__this=(value) @v__this = value end |