# File lib/fog/vsphere/models/compute/folders.rb, line 19 def get(id) requires :datacenter new service.get_folder(id, datacenter, type) end