Class: FindByDatastorePathResponse
- Inherits:
-
Object
- Object
- FindByDatastorePathResponse
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25FindByDatastorePathResponse
returnval - ManagedObjectReference
Instance Attribute Summary collapse
-
#returnval ⇒ Object
Returns the value of attribute returnval.
Instance Method Summary collapse
-
#initialize(returnval = nil) ⇒ FindByDatastorePathResponse
constructor
A new instance of FindByDatastorePathResponse.
Constructor Details
#initialize(returnval = nil) ⇒ FindByDatastorePathResponse
Returns a new instance of FindByDatastorePathResponse.
42621 42622 42623 |
# File 'lib/vmware/soap/vim25.rb', line 42621 def initialize(returnval = nil) @returnval = returnval end |
Instance Attribute Details
#returnval ⇒ Object
Returns the value of attribute returnval.
42619 42620 42621 |
# File 'lib/vmware/soap/vim25.rb', line 42619 def returnval @returnval end |