# File lib/fog/joyent/models/compute/images.rb, line 16 def get(id) data = service.get_dataset(id).body new(data) end