Class: RefreshServicesRequestType
- Inherits:
-
Object
- Object
- RefreshServicesRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RefreshServicesRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ RefreshServicesRequestType
constructor
A new instance of RefreshServicesRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ RefreshServicesRequestType
Returns a new instance of RefreshServicesRequestType.
39335 39336 39337 |
# File 'lib/vmware/soap/vim25.rb', line 39335 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
39327 39328 39329 |
# File 'lib/vmware/soap/vim25.rb', line 39327 def m__this @v__this end |
#m__this=(value) ⇒ Object
39331 39332 39333 |
# File 'lib/vmware/soap/vim25.rb', line 39331 def m__this=(value) @v__this = value end |