# File lib/fog/ecloud/models/compute/servers.rb, line 22 def get(uri) if data = connection.get_server(uri) new(data.body) end rescue Fog::Errors::NotFound nil end