Class | RbVmomi::VIM::ManagedObject |
In: |
lib/rbvmomi/vim/ManagedObject.rb
|
Parent: | Object |
Efficiently retrieve multiple properties from an object. @param pathSet (see collect!) @yield [*values] Property values in same order as pathSet. @return [Array] Property values in same order as pathSet, or the return
value from the block if it is given.
Efficiently retrieve multiple properties from an object. @param pathSet [Array] Properties to return. @return [Hash] Hash from property paths to values.