Class: FindByInventoryPathResponse
- Inherits:
-
Object
- Object
- FindByInventoryPathResponse
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25FindByInventoryPathResponse
returnval - ManagedObjectReference
Instance Attribute Summary collapse
-
#returnval ⇒ Object
Returns the value of attribute returnval.
Instance Method Summary collapse
-
#initialize(returnval = nil) ⇒ FindByInventoryPathResponse
constructor
A new instance of FindByInventoryPathResponse.
Constructor Details
#initialize(returnval = nil) ⇒ FindByInventoryPathResponse
Returns a new instance of FindByInventoryPathResponse.
42651 42652 42653 |
# File 'lib/vmware/soap/vim25.rb', line 42651 def initialize(returnval = nil) @returnval = returnval end |
Instance Attribute Details
#returnval ⇒ Object
Returns the value of attribute returnval.
42649 42650 42651 |
# File 'lib/vmware/soap/vim25.rb', line 42649 def returnval @returnval end |