Class: FormatVmfsResponse
- Inherits:
-
Object
- Object
- FormatVmfsResponse
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25FormatVmfsResponse
returnval - HostVmfsVolume
Instance Attribute Summary collapse
-
#returnval ⇒ Object
Returns the value of attribute returnval.
Instance Method Summary collapse
-
#initialize(returnval = nil) ⇒ FormatVmfsResponse
constructor
A new instance of FormatVmfsResponse.
Constructor Details
#initialize(returnval = nil) ⇒ FormatVmfsResponse
Returns a new instance of FormatVmfsResponse.
43971 43972 43973 |
# File 'lib/vmware/soap/vim25.rb', line 43971 def initialize(returnval = nil) @returnval = returnval end |
Instance Attribute Details
#returnval ⇒ Object
Returns the value of attribute returnval.
43969 43970 43971 |
# File 'lib/vmware/soap/vim25.rb', line 43969 def returnval @returnval end |