Class: RbVmomi::VIM::ObjectContent
- Inherits:
-
Object
- Object
- RbVmomi::VIM::ObjectContent
- Defined in:
- lib/rbvmomi/vim/ObjectContent.rb
Instance Method Summary collapse
-
#[](k) ⇒ Object
Alias for
to_hash[k]
. -
#to_hash ⇒ Hash
Represent this ObjectContent as a hash.
Instance Method Details
#[](k) ⇒ Object
Alias for to_hash[k]
.
9 10 11 |
# File 'lib/rbvmomi/vim/ObjectContent.rb', line 9 def [](k) to_hash[k] end |
#to_hash ⇒ Hash
Represent this ObjectContent as a hash.
4 5 6 |
# File 'lib/rbvmomi/vim/ObjectContent.rb', line 4 def to_hash @cached_hash ||= to_hash_uncached end |