Class: VarnishClient::Response

Inherits:
Object
  • Object
show all
Defined in:
lib/varnishclient/response.rb

Instance Method Summary collapse

Constructor Details

#initializeResponse

Initialize a VarnishClient::Response object.



18
19
20
# File 'lib/varnishclient/response.rb', line 18

def initialize
  @response = Net::HTTPResponse
end