Class: GetPublicKeyResponse
- Inherits:
-
Object
- Object
- GetPublicKeyResponse
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25GetPublicKeyResponse
returnval - SOAP::SOAPString
Instance Attribute Summary collapse
-
#returnval ⇒ Object
Returns the value of attribute returnval.
Instance Method Summary collapse
-
#initialize(returnval = nil) ⇒ GetPublicKeyResponse
constructor
A new instance of GetPublicKeyResponse.
Constructor Details
#initialize(returnval = nil) ⇒ GetPublicKeyResponse
Returns a new instance of GetPublicKeyResponse.
41997 41998 41999 |
# File 'lib/vmware/soap/vim25.rb', line 41997 def initialize(returnval = nil) @returnval = returnval end |
Instance Attribute Details
#returnval ⇒ Object
Returns the value of attribute returnval.
41995 41996 41997 |
# File 'lib/vmware/soap/vim25.rb', line 41995 def returnval @returnval end |