Class: SearchDatastoreResponse
- Inherits:
-
Object
- Object
- SearchDatastoreResponse
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25SearchDatastoreResponse
returnval - HostDatastoreBrowserSearchResults
Instance Attribute Summary collapse
-
#returnval ⇒ Object
Returns the value of attribute returnval.
Instance Method Summary collapse
-
#initialize(returnval = nil) ⇒ SearchDatastoreResponse
constructor
A new instance of SearchDatastoreResponse.
Constructor Details
#initialize(returnval = nil) ⇒ SearchDatastoreResponse
Returns a new instance of SearchDatastoreResponse.
43449 43450 43451 |
# File 'lib/vmware/soap/vim25.rb', line 43449 def initialize(returnval = nil) @returnval = returnval end |
Instance Attribute Details
#returnval ⇒ Object
Returns the value of attribute returnval.
43447 43448 43449 |
# File 'lib/vmware/soap/vim25.rb', line 43447 def returnval @returnval end |