Class: RbVmomi::VIM

Inherits:
Object
  • Object
show all
Includes:
RVC::InventoryObject
Defined in:
lib/rvc/modules/vim.rb,
lib/rvc/inventory.rb

Instance Attribute Summary

Attributes included from RVC::InventoryObject

#rvc_arc, #rvc_parent

Class Method Summary collapse

Instance Method Summary collapse

Methods included from RVC::InventoryObject

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

Class Method Details

.folder?Boolean

Returns:

  • (Boolean)


129
130
131
# File 'lib/rvc/inventory.rb', line 129

def self.folder?
  true
end

Instance Method Details

#_connectionObject



206
207
208
# File 'lib/rvc/modules/vim.rb', line 206

def _connection
  self
end

#childrenObject



125
126
127
# File 'lib/rvc/inventory.rb', line 125

def children
  rootFolder.children
end

#display_infoObject



202
203
204
# File 'lib/rvc/modules/vim.rb', line 202

def display_info
  puts serviceContent.about.fullName
end