Method: Puppet::Network::HTTP::Response#initialize
- Defined in:
- lib/puppet/network/http/response.rb
#initialize(handler, response) ⇒ Response
Returns a new instance of Response.
2 3 4 5 |
# File 'lib/puppet/network/http/response.rb', line 2 def initialize(handler, response) @handler = handler @response = response end |