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