# File lib/fog/compute/models/bluebox/servers.rb, line 12
        def all
          data = connection.get_blocks.body
          load(data)
        end