Class: LHC::HeadersScrubber

Inherits:
Scrubber show all
Defined in:
lib/lhc/scrubbers/headers_scrubber.rb

Constant Summary

Constants inherited from Scrubber

Scrubber::SCRUB_DISPLAY

Instance Attribute Summary

Attributes inherited from Scrubber

#scrubbed

Instance Method Summary collapse

Constructor Details

#initialize(data, auth_options) ⇒ HeadersScrubber

Returns a new instance of HeadersScrubber.



4
5
6
7
8
9
# File 'lib/lhc/scrubbers/headers_scrubber.rb', line 4

def initialize(data, auth_options)
  super(data)
  @auth_options = auth_options
  scrub!
  scrub_auth_headers!
end