Class: CheckForUpdatesRequestType
- Inherits:
-
Object
- Object
- CheckForUpdatesRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CheckForUpdatesRequestType
m__this - ManagedObjectReference
version - SOAP::SOAPString
Instance Attribute Summary collapse
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(v__this = nil, version = nil) ⇒ CheckForUpdatesRequestType
constructor
A new instance of CheckForUpdatesRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#version ⇒ Object
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__this ⇒ Object
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 |