Parent

Methods

Class/Module Index [+]

Quicksearch

RbVmomi::VIM::ObjectUpdate

Public Instance Methods

[](k) click to toggle source

Alias for +to_hash+.

# File lib/rbvmomi/vim/ObjectUpdate.rb, line 9
def [](k)
  to_hash[k]
end
to_hash() click to toggle source

Represent this ObjectUpdate as a hash. @return [Hash] A hash from property paths to values.

# File lib/rbvmomi/vim/ObjectUpdate.rb, line 4
def to_hash
  @cached_hash ||= to_hash_uncached
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.