class Excon::Response

def reason_phrase=(new_reason_phrase)

def reason_phrase=(new_reason_phrase)
  @data[:reason_phrase] = new_reason_phrase
end