Method: Webclient::Response::Headers#initialize

Defined in:
lib/webclient/webclient.rb

#initialize(response) ⇒ Headers

Returns a new instance of Headers.



47
48
49
# File 'lib/webclient/webclient.rb', line 47

def initialize( response )
  @response = response
end