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