# File lib/fog/brightbox/models/compute/images.rb, line 9
        def all
          data = service.list_images
          load(data)
        end