# File lib/fog/softlayer/models/compute/images.rb, line 33 def get(uuid) self.class.new(:service => service).all.detect {|image| image.id == uuid} end