# File lib/fog/profitbricks/models/compute/images.rb, line 17 def get(id) image = service.get_image(id).body new(flatten(image)) end