# File lib/fog/linode/models/compute/images.rb, line 14
        def get(id)
          new images(id).first
        rescue Fog::Compute::Linode::NotFound
          nil
        end