Class: RetrieveProductComponentsRequestType
- Inherits:
-
Object
- Object
- RetrieveProductComponentsRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RetrieveProductComponentsRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ RetrieveProductComponentsRequestType
constructor
A new instance of RetrieveProductComponentsRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ RetrieveProductComponentsRequestType
Returns a new instance of RetrieveProductComponentsRequestType.
35980 35981 35982 |
# File 'lib/vmware/soap/vim25.rb', line 35980 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
35972 35973 35974 |
# File 'lib/vmware/soap/vim25.rb', line 35972 def m__this @v__this end |
#m__this=(value) ⇒ Object
35976 35977 35978 |
# File 'lib/vmware/soap/vim25.rb', line 35976 def m__this=(value) @v__this = value end |