Class: VarnishLog::Response

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

Instance Method Summary collapse

Methods inherited from Headers

#add_header, #headers, #method_missing

Constructor Details

#initializeResponse

Assume the powers of Headers.



14
15
16
# File 'lib/varnishlog/response.rb', line 14

def initialize
  super
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Headers