class VarnishLog::Response

Public Class Methods

new() click to toggle source

Assume the powers of Headers.

Calls superclass method Headers::new
# File lib/varnishlog/response.rb, line 14
def initialize
  super
end