Method: Lab::Controllers::VsphereController.dir_list
- Defined in:
- lib/lab/controller/vsphere_controller.rb
.dir_list(basepath = nil) ⇒ Object
8 9 10 11 |
# File 'lib/lab/controller/vsphere_controller.rb', line 8 def self.dir_list(basepath=nil) # Does this method really even make sense for esxi? return "Unimplemented" end |