# File lib/fog/brightbox/models/compute/users.rb, line 12
        def all
          data = service.list_users
          load(data)
        end