Object
# File soap/netHttpClient.rb, line 180 def initialize(res) @status = res.code.to_i @reason = res.message @contenttype = res['content-type'] @content = res.body end
This page was generated for Ruby 1.8.6
Generated with Ruby-doc Rdoc Generator 0.44.0.