Class: CheckForUpdatesRequestType

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

Overview

urn:vim25CheckForUpdatesRequestType

m__this - ManagedObjectReference
version - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, version = nil) ⇒ CheckForUpdatesRequestType

Returns a new instance of CheckForUpdatesRequestType.



29108
29109
29110
29111
# File 'lib/vmware/soap/vim25.rb', line 29108

def initialize(v__this = nil, version = nil)
  @v__this = v__this
  @version = version
end

Instance Attribute Details

#versionObject

Returns the value of attribute version.



29098
29099
29100
# File 'lib/vmware/soap/vim25.rb', line 29098

def version
  @version
end

Instance Method Details

#m__thisObject



29100
29101
29102
# File 'lib/vmware/soap/vim25.rb', line 29100

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



29104
29105
29106
# File 'lib/vmware/soap/vim25.rb', line 29104

def m__this=(value)
  @v__this = value
end