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