# File lib/fog/serverlove/models/compute/images.rb, line 17 def get(image_id) data = connection.get_image(image_id).body new(data) end