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