class RbVmomi::VIM::ObjectContent

Public Instance Methods

[](k) click to toggle source

Alias for +to_hash+.

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

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

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