Class: CurrentTimeRequestType
- Inherits:
-
Object
- Object
- CurrentTimeRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CurrentTimeRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ CurrentTimeRequestType
constructor
A new instance of CurrentTimeRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ CurrentTimeRequestType
Returns a new instance of CurrentTimeRequestType.
35890 35891 35892 |
# File 'lib/vmware/soap/vim25.rb', line 35890 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
35882 35883 35884 |
# File 'lib/vmware/soap/vim25.rb', line 35882 def m__this @v__this end |
#m__this=(value) ⇒ Object
35886 35887 35888 |
# File 'lib/vmware/soap/vim25.rb', line 35886 def m__this=(value) @v__this = value end |