Class: RetrieveServiceContentRequestType
- Inherits:
-
Object
- Object
- RetrieveServiceContentRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RetrieveServiceContentRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ RetrieveServiceContentRequestType
constructor
A new instance of RetrieveServiceContentRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ RetrieveServiceContentRequestType
Returns a new instance of RetrieveServiceContentRequestType.
35906 35907 35908 |
# File 'lib/vmware/soap/vim25.rb', line 35906 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
35898 35899 35900 |
# File 'lib/vmware/soap/vim25.rb', line 35898 def m__this @v__this end |
#m__this=(value) ⇒ Object
35902 35903 35904 |
# File 'lib/vmware/soap/vim25.rb', line 35902 def m__this=(value) @v__this = value end |