# File lib/fog/compute/models/go_grid/images.rb, line 22 def get(image_id) response = connection.grid_image_get.body['list'][image_id] new(data) rescue Fog::Compute::GoGrid::NotFound nil end