# File lib/fog/virtual_box/models/compute/servers.rb, line 30 def get(server_id) machine = connection.find_machine(server_id) new(:raw => machine) rescue ::VirtualBox::Exceptions::ObjectNotFoundException nil end