# File lib/fog/slicehost/models/compute/images.rb, line 17
        def get(image_id)
          connection.get_image(image_id)
        rescue Excon::Errors::Forbidden
          nil
        end