class VarnishClient::Response

Public Class Methods

new() click to toggle source

Initialize a VarnishClient::Response object.

# File lib/varnishclient/response.rb, line 18
def initialize
  @response = Net::HTTPResponse
end