class Excon::Response

def status=(new_status)

def status=(new_status)
  @data[:status] = new_status
end