# File lib/fog/ecloud/models/compute/guest_processes.rb, line 17 def get(uri) if data = service.get_guest_process(uri) new(data.body) end rescue Fog::Errors::NotFound nil end