class Net::HTTPResponse

def status

def status
  return self.code.to_i
end