Class: CreateFilterResponse
- Inherits:
-
Object
- Object
- CreateFilterResponse
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CreateFilterResponse
returnval - ManagedObjectReference
Instance Attribute Summary collapse
-
#returnval ⇒ Object
Returns the value of attribute returnval.
Instance Method Summary collapse
-
#initialize(returnval = nil) ⇒ CreateFilterResponse
constructor
A new instance of CreateFilterResponse.
Constructor Details
#initialize(returnval = nil) ⇒ CreateFilterResponse
Returns a new instance of CreateFilterResponse.
41561 41562 41563 |
# File 'lib/vmware/soap/vim25.rb', line 41561 def initialize(returnval = nil) @returnval = returnval end |
Instance Attribute Details
#returnval ⇒ Object
Returns the value of attribute returnval.
41559 41560 41561 |
# File 'lib/vmware/soap/vim25.rb', line 41559 def returnval @returnval end |