Class: LHC::HeadersScrubber
- Defined in:
- lib/lhc/scrubbers/headers_scrubber.rb
Constant Summary
Constants inherited from Scrubber
Instance Attribute Summary
Attributes inherited from Scrubber
Instance Method Summary collapse
-
#initialize(data, auth_options) ⇒ HeadersScrubber
constructor
A new instance of HeadersScrubber.
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, ) super(data) @auth_options = scrub! scrub_auth_headers! end |