Class: SendTestNotificationRequestType
- Inherits:
-
Object
- Object
- SendTestNotificationRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25SendTestNotificationRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ SendTestNotificationRequestType
constructor
A new instance of SendTestNotificationRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ SendTestNotificationRequestType
Returns a new instance of SendTestNotificationRequestType.
39375 39376 39377 |
# File 'lib/vmware/soap/vim25.rb', line 39375 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
39367 39368 39369 |
# File 'lib/vmware/soap/vim25.rb', line 39367 def m__this @v__this end |
#m__this=(value) ⇒ Object
39371 39372 39373 |
# File 'lib/vmware/soap/vim25.rb', line 39371 def m__this=(value) @v__this = value end |