# File lib/swd/response.rb, line 5
    def initialize(hash)
      @locations = hash[:locations]
      @location = @locations.first
      @raw = hash
    end