# File lib/soap/netHttpClient.rb, line 223 def initialize(status, reason, contenttype, content) @status = status @reason = reason @contenttype = contenttype @content = content end