Class: RbVmomi::VIM

Inherits:
Object
  • Object
show all
Includes:
RVC::Connection
Defined in:
lib/rvc/vim.rb

Instance Attribute Summary

Attributes included from RVC::InventoryObject

#rvc_arc, #rvc_parent

Instance Method Summary collapse

Methods included from RVC::Connection

#_connection, included

Methods included from RVC::InventoryObject

included, #ls_text, #rvc_link, #rvc_path, #rvc_path_str, #rvc_relative_path, #rvc_relative_path_str, #traverse_one

Methods included from RVC::ObjectWithFields::ClassMethods

#field, #fields

Methods included from RVC::ObjectWithFields

#field, #field_properties, #perfmetrics

Instance Method Details

#childrenObject



30
31
32
# File 'lib/rvc/vim.rb', line 30

def children
  rootFolder.children
end

#display_infoObject



34
35
36
# File 'lib/rvc/vim.rb', line 34

def display_info
  puts serviceContent.about.fullName
end