# File lib/fog/bluebox/requests/compute/get_locations.rb, line 13
        def get_locations
          request(
            :expects  => 200,
            :method   => 'GET',
            :path     => 'api/locations.json'
          )
        end