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