Object
# File lib/soap/netHttpClient.rb, line 230 230: def self.from_httpresponse(res) 231: status = res.code.to_i 232: reason = res.message 233: contenttype = res['content-type'] 234: content = res.body 235: new(status, reason, contenttype, content) 236: end
# File lib/soap/netHttpClient.rb, line 223 223: def initialize(status, reason, contenttype, content) 224: @status = status 225: @reason = reason 226: @contenttype = contenttype 227: @content = content 228: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.