Class: RetrieveServiceContentResponse
- Inherits:
-
Object
- Object
- RetrieveServiceContentResponse
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RetrieveServiceContentResponse
returnval - ServiceContent
Instance Attribute Summary collapse
-
#returnval ⇒ Object
Returns the value of attribute returnval.
Instance Method Summary collapse
-
#initialize(returnval = nil) ⇒ RetrieveServiceContentResponse
constructor
A new instance of RetrieveServiceContentResponse.
Constructor Details
#initialize(returnval = nil) ⇒ RetrieveServiceContentResponse
Returns a new instance of RetrieveServiceContentResponse.
42681 42682 42683 |
# File 'lib/vmware/soap/vim25.rb', line 42681 def initialize(returnval = nil) @returnval = returnval end |
Instance Attribute Details
#returnval ⇒ Object
Returns the value of attribute returnval.
42679 42680 42681 |
# File 'lib/vmware/soap/vim25.rb', line 42679 def returnval @returnval end |