Class: GetPublicKeyRequestType
- Inherits:
-
Object
- Object
- GetPublicKeyRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25GetPublicKeyRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ GetPublicKeyRequestType
constructor
A new instance of GetPublicKeyRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ GetPublicKeyRequestType
Returns a new instance of GetPublicKeyRequestType.
34426 34427 34428 |
# File 'lib/vmware/soap/vim25.rb', line 34426 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
34418 34419 34420 |
# File 'lib/vmware/soap/vim25.rb', line 34418 def m__this @v__this end |
#m__this=(value) ⇒ Object
34422 34423 34424 |
# File 'lib/vmware/soap/vim25.rb', line 34422 def m__this=(value) @v__this = value end |