Class: RefreshServicesRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25RefreshServicesRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

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__thisObject



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